Hi all, It seems whatever has changed from version 0.9.2b to the current releases of OpenSSL is affecting compilation on a BSDI 4.01 platform. I have tried it on multiple BSDI 4.01 boxes, to no avail. To me it looks simply like a library is missing although I cannot figure out which one. Here is a few of the start lines of the Make error: gcc -o openssl -DMONOLITH -I../include -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486 -DS HA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify. speed.o: In function `speed_main': speed.o(.text+0x12d3): undefined reference to `RC4' speed.o(.text+0x1410): undefined reference to `des_ncbc_encrypt' speed.o(.text+0x155e): undefined reference to `des_ede3_cbc_encrypt' speed.o(.text+0x1920): undefined reference to `RC5_32_cbc_encrypt' speed.o(.text+0x1a60): undefined reference to `BF_cbc_encrypt' speed.o(.text+0x1ba0): undefined reference to `CAST_cbc_encrypt' ../libcrypto.a(md5_dgst.o): In function `MD5_Update': md5_dgst.o(.text+0x109): undefined reference to `md5_block_asm_host_order' md5_dgst.o(.text+0x2b0): undefined reference to `md5_block_asm_host_order' ../libcrypto.a(md5_dgst.o): In function `MD5_Final': md5_dgst.o(.text+0x408): undefined reference to `md5_block_asm_host_order' md5_dgst.o(.text+0x43d): undefined reference to `md5_block_asm_host_order' ../libcrypto.a(md5_dgst.o): In function `MD5_Transform' Anyone have any ideas as to what I am missing? These BSDI boxes have all the patches applied and I can successfully compile OpenSSL 0.9.2b. I have tried with and without RSA... Any help is greatly appreciated, -Dave California Internet Connection ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]