[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compiling problem 0.4e
hi,
I have some problem to compile the heimdal 0.4e on linux system
(redhat 7.0 with openssl 0.9.6b and krb1.1beta)
/opt/security/krb//lib/libkdb.a(krb_kdb_utils.o): In function `kdb_new_get_new_master_key':
/usr/src/krb4-1.0.8/lib/kdb/krb_kdb_utils.c:141: undefined reference to `des_generate_random_block'
collect2: ld returned 1 exit status
make[1]: *** [hpropd] Error 1
make[1]: Leaving directory `/usr/src/heimdal-0.4e/kdc'
make: *** [all-recursive] Error 1
with LIB_des_X = -L/krb4include_path -ldes
it is work ...
i don't know if is correct ...
make[1]: Entering directory `/usr/src/heimdal-0.4e/kadmin'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../lib/roken -I../lib/roken -I/opt/security/krb//include -I./../lib/krb5 -I/opt/security/openssl/include/openssl -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -g -O2 -c kadmind.c
In file included from kadmin_locl.h:95,
from kadmind.c:34:
../lib/krb5/krb5_locl.h:114: openssl/md4.h: No such file or directory
make[1]: *** [kadmind.o] Error 1
make[1]: Leaving directory `/usr/src/heimdal-0.4e/kadmin'
make: *** [all-recursive] Error 1
this because i'have installed openssl in /opt/security/openssl ( --prefix=/opt/security/openssl )
than don't exist a openssl dir in include ...
bye manfred