Hi all, I wasn't able to obtain any assistance on the OpenSSL mailing list so I thought to try here since most use OpenSSL with mod_ssl, which is what I am attempting also. I am running into a compile error on BSDI 4.01 when I get to the apps dir. My config line is: ./config -L`pwd`/../rsaref/local/ rsaref no-threads RSA is built and exists in local When make gets to the apps dir and trys to build openssl, I get the following (although many more lines than displayed below) gcc -o openssl -DMONOLITH -I../include -DRSAref -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.f speed.o: In function `speed_main': speed.o(.text+0x13e5): undefined reference to `RC4' speed.o(.text+0x150e): undefined reference to `des_ncbc_encrypt' speed.o(.text+0x164e): undefined reference to `des_ede3_cbc_encrypt' speed.o(.text+0x19de): undefined reference to `RC5_32_cbc_encrypt' speed.o(.text+0x1b0e): undefined reference to `BF_cbc_encrypt' speed.o(.text+0x1c3e): undefined reference to `CAST_cbc_encrypt' ../libcrypto.a(md5_dgst.o): In function `MD5_Update': md5_dgst.o(.text+0xe5): undefined reference to `md5_block_asm_host_order' md5_dgst.o(.text+0x270): undefined reference to `md5_block_asm_host_order' ../libcrypto.a(md5_dgst.o): In function `MD5_Transform': md5_dgst.o(.text+0x32e): undefined reference to `md5_block_asm_host_order' ../libcrypto.a(md5_dgst.o): In function `MD5_Final': md5_dgst.o(.text+0x3e3): undefined reference to `md5_block_asm_host_order' md5_dgst.o(.text+0x411): undefined reference to `md5_block_asm_host_order' I am sure it is something simple like a library in the wrong location or something... Anyone got any ideas? -Dave California Internet Connection ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
