../libcrypto.so: undefined reference to `dlerror' ../libcrypto.so: undefined reference to `dlclose' ../libcrypto.so: undefined reference to `dlopen' ../libcrypto.so: undefined reference to `dlsym' ../libcrypto.so: undefined reference to `AES_encrypt' ../libcrypto.so: undefined reference to `AES_Td' ../libcrypto.so: undefined reference to `AES_decrypt'
And it failed to compile AES assembler module again... Apparently it's BSD make issue, it's not reproducible with GNU make. http://cvs.openssl.org/chngview?cn=12847 should do the trick...
I think you are missing -ldl somewhere.
-ldl is not required on [Open|Net|Free]BSD, which are prime targets for unification. Yet I'd appreciate if you could give another try and verify if './Confgure BSD-x86-elf -ldl ...' works on bsdi. Naturally provided that AES assembler module gets compiled. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]