On Jan 3, 2007, at 10:36 AM, Edward Quick wrote:
I am using beecrypt-4.1.2, but downloaded it again (http://
sourceforge.net/project/showfiles.php?
group_id=8924&package_id=9007&release_id=291479)
and recompiled just to be sure (build failed with cc, so ended up
using gcc).
beecrypt.api.h doesn't seem to exist though.
# gmake install
...
gmake[2]: Leaving directory `/home/u752359/beecrypt-4.1.2/masm'
gmake[1]: Leaving directory `/home/u752359/beecrypt-4.1.2/masm'
# ls -l /usr/local/include/beecrypt/beecrypt.api.h
/usr/local/include/beecrypt/beecrypt.api.h: No such file or directory
# pwd
/home/u752359/beecrypt-4.1.2
# find . -name beecrypt.api.h
#
This needs to be defined in config.h:
/* Define to 1 if you have the <beecrypt/api.h> header file. */
#define HAVE_BEECRYPT_API_H 1
configure is not detecting because of your oddball /usr/local/
includebeecrypt path.
The root cause is that the logic needs to be inverted in
configure.ac, to assume
by default that
<beecrypt/ap.h>
exists, rather than assuming the older <beecrypt.api.h> if <beecrypt/
api.h>
is not found. I'll try to make that happen this weekend.
Edit config.h after running configure for the quick fix.
73 de Jeff
_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list