running redhat linux 6.1

tried: openssl-0.9.4

---
[root@x openssl-0.9.4]# ./config -t
Operating system: i686-whatever-linux2
Configuring for linux-elf
/usr/bin/perl ./Configure linux-elf
[root@x openssl-0.9.4]#
----


-----
[root@x openssl-0.9.4]# make
[...]
make[1]: Entering directory `/install/openssl-0.9.4/apps'
rm -f openssl
gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN
-DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM
-DRMD160_ASM openssl.o verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o
errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o dsaparam.o x509.o genrsa.o
gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o
version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o -L. -L.. -L../..
-L../../.. -L.. -lssl -L.. -lcrypto
speed.o: In function `speed_main':
speed.o(.text+0xbfe): undefined reference to `RC5_32_set_key'
speed.o(.text+0x12ed): undefined reference to `RIPEMD160'
speed.o(.text+0x1a06): undefined reference to `RC5_32_cbc_encrypt'
../libcrypto.a(e_ecb_r5.o): In function `rc5_32_12_16_ecb_init_key':
e_ecb_r5.o(.text+0x26): undefined reference to `RC5_32_set_key'
../libcrypto.a(e_ecb_r5.o): In function `rc5_32_12_16_ecb_cipher':
e_ecb_r5.o(.text+0x64): undefined reference to `RC5_32_ecb_encrypt'
../libcrypto.a(e_cbc_r5.o): In function `r_32_12_16_cbc_init_key':
e_cbc_r5.o(.text+0x46): undefined reference to `RC5_32_set_key'
../libcrypto.a(e_cbc_r5.o): In function `r_32_12_16_cbc_cipher':
e_cbc_r5.o(.text+0x72): undefined reference to `RC5_32_cbc_encrypt'
../libcrypto.a(e_cfb_r5.o): In function `rc5_32_12_16_cfb_init_key':
e_cfb_r5.o(.text+0x4d): undefined reference to `RC5_32_set_key'
../libcrypto.a(e_cfb_r5.o): In function `rc5_32_12_16_cfb_cipher':
e_cfb_r5.o(.text+0x86): undefined reference to `RC5_32_cfb64_encrypt'
../libcrypto.a(e_ofb_r5.o): In function `rc5_32_12_16_ofb_init_key':
e_ofb_r5.o(.text+0x4d): undefined reference to `RC5_32_set_key'
../libcrypto.a(e_ofb_r5.o): In function `rc5_32_12_16_ofb_cipher':
e_ofb_r5.o(.text+0x82): undefined reference to `RC5_32_ofb64_encrypt'
../libcrypto.a(m_ripemd.o)(.data+0xc): undefined reference to
`RIPEMD160_Init'
../libcrypto.a(m_ripemd.o)(.data+0x10): undefined reference to
`RIPEMD160_Update'
../libcrypto.a(m_ripemd.o)(.data+0x14): undefined reference to
`RIPEMD160_Final'
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/install/openssl-0.9.4/apps'
make: *** [all] Error 1
[root@x openssl-0.9.4]#
-----

greetings

daniel
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to