Hi, Before I go nuts with all kinds of different tries to solve the problem, I better ask the experts!
I'm on Debian Lenny, trying to install OpenSSL1.0.0 - have done it on a machine just like it, but can't compile on this one. I've tried./config with and without -fPIC and with and without share. None of it works.The 'last words' of the make are these: /usr/bin/ranlib ../../libcrypto.a || echo Never mind. make[2]: Leaving directory `/root/soft/openssl-1.0.0/crypto/ts' if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \ (cd ..; make libcrypto.so.1.0.0); \ fi make[2]: Entering directory `/root/soft/openssl-1.0.0' make[3]: Entering directory `/root/soft/openssl-1.0.0' make[4]: Entering directory `/root/soft/openssl-1.0.0' /usr/bin/ld: libcrypto.a(mem_clr.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC libcrypto.a(mem_clr.o): could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [link_a.gnu] Error 1 make[4]: Leaving directory `/root/soft/openssl-1.0.0' make[3]: *** [do_linux-shared] Error 2 make[3]: Leaving directory `/root/soft/openssl-1.0.0' make[2]: *** [libcrypto.so.1.0.0] Error 2 make[2]: Leaving directory `/root/soft/openssl-1.0.0' make[1]: *** [shared] Error 2 make[1]: Leaving directory `/root/soft/openssl-1.0.0/crypto' make: *** [build_crypto] Error 1 Any ideas what's going on? Thanks!! ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org