Hi
When building on a machine without krb5...
./config --prefix=/usr --openssldir=/etc/ssl threads
make -j2
make install
..everything works fine. However if we add the shared config option...
./config --prefix=/usr --openssldir=/etc/ssl threads
make -j2
make install
..It dies trying to build some krb5 stuff...
making all in crypto/krb5...
make[2]: Entering directory `/tmp/ftl-17875/openssl-0.9.7/crypto/krb5'
gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTER\MIO -O3
-fomit-frame-pointer -mcpu=pentium -Wall -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM -c -o krb5_asn.o krb5_asn.c
ar r ../../libcrypto.a krb5_asn.o
/usr/bin/ranlib ../../libcrypto.a
make[2]: Leaving directory `/tmp/ftl-17875/openssl-0.9.7/crypto/krb5'
make[1]: Leaving directory `/tmp/ftl-17875/openssl-0.9.7/crypto'
make: *** [sub_all] Error 1
Even adding the no-krb5 option doesn't fix this.
Hope this is useful.
Andrew Walrond
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
- Re: Configure/make bug in 0.9.7 Andrew Walrond
- Re: Configure/make bug in 0.9.7 Lutz Jaenicke
- Re: Configure/make bug in 0.9.7 Richard Levitte - VMS Whacker
