libcrypto.so.2

John T jacumba at charter.net
Sun Feb 23 08:16:53 CST 2003


Can anybody help me with a problem I am having installing openssl? I am trying 
to install it to get libcrypto.so.2 which apparently every program known to 
linux is dependant on. Or at least it seems that way, but when I try to 
install openssl I got errors out the wazzoo. I've tried installing the 
lastest version, as well as 0.9.5a and 0.9.5b
I am running SuSE 8.1 Pro and I am getting the following error:

genrsa.o: In function `genrsa_main':
genrsa.o(.text+0x4f2): undefined reference to `EVP_idea_cbc'
gendsa.o: In function `gendsa_main':
gendsa.o(.text+0x2d9): undefined reference to `EVP_idea_cbc'
speed.o: In function `speed_main':
speed.o(.text+0x42c): undefined reference to `idea_set_encrypt_key'
speed.o(.text+0x475): undefined reference to `RC5_32_set_key'
speed.o(.text+0x52c): undefined reference to `MD2'
speed.o(.text+0x65c): undefined reference to `MDC2'
speed.o(.text+0xec0): undefined reference to `idea_cbc_encrypt'
speed.o(.text+0x1120): undefined reference to `RC5_32_cbc_encrypt'
speed.o(.text+0x1546): undefined reference to `MD2_options'
speed.o(.text+0x157c): undefined reference to `idea_options'
version.o: In function `version_main':
version.o(.text+0xff): undefined reference to `MD2_options'
version.o(.text+0x135): undefined reference to `idea_options'
pkcs12.o: In function `pkcs12_main':
pkcs12.o(.text+0x12b7): undefined reference to `EVP_idea_cbc'
../libssl.a(ssl_algs.o): In function `SSL_library_init':
ssl_algs.o(.text+0x1e): undefined reference to `EVP_idea_cbc'
ssl_algs.o(.text+0x45): undefined reference to `EVP_md2'
../libcrypto.a(sha1dgst.o): In function `SHA1_Update':
sha1dgst.o(.text+0xd7): undefined reference to `sha1_block_asm_host_order'
sha1dgst.o(.text+0x106): undefined reference to `sha1_block_asm_data_order'
../libcrypto.a(sha1dgst.o): In function `SHA1_Final':
sha1dgst.o(.text+0x3ba): undefined reference to `sha1_block_asm_host_order'
sha1dgst.o(.text+0x3ef): undefined reference to `sha1_block_asm_host_order'
../libcrypto.a(sha1dgst.o): In function `SHA1_Transform':
sha1dgst.o(.text+0x500): undefined reference to `sha1_block_asm_data_order'
../libcrypto.a(c_allc.o): In function `OpenSSL_add_all_ciphers':
c_allc.o(.text+0x151): undefined reference to `EVP_idea_ecb'
c_allc.o(.text+0x15e): undefined reference to `EVP_idea_cfb'
c_allc.o(.text+0x16b): undefined reference to `EVP_idea_ofb'
c_allc.o(.text+0x178): undefined reference to `EVP_idea_cbc'
c_allc.o(.text+0x338): undefined reference to `EVP_rc5_32_12_16_ecb'
c_allc.o(.text+0x345): undefined reference to `EVP_rc5_32_12_16_cfb'
c_allc.o(.text+0x352): undefined reference to `EVP_rc5_32_12_16_ofb'
c_allc.o(.text+0x35f): undefined reference to `EVP_rc5_32_12_16_cbc'
../libcrypto.a(c_alld.o): In function `OpenSSL_add_all_digests':
c_alld.o(.text+0x4): undefined reference to `EVP_md2'
c_alld.o(.text+0xf3): undefined reference to `EVP_mdc2'
../libcrypto.a(p5_crpt.o): In function `PKCS5_PBE_add':
p5_crpt.o(.text+0x22f): undefined reference to `EVP_md2'
p5_crpt.o(.text+0x2a4): undefined reference to `EVP_md2'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/root/openssl-0.9.5a/apps'
make: *** [all] Error 1

Any advice would be great appreciated.




More information about the Kclug mailing list