On Wed, Feb 05, 2003 at 04:41:55PM +0000, Andrew Walrond wrote:
> 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
Hmm. I cannot see any error message, only that "make" seems to detect
an error end exits. Hmm. Can you retry make with only one job at a
time in order to catch any error messages!?
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]