Hi All,
I am getting the following error when I am trying to compile
openssl-0.9.7g. The platform is SUSE9-32. The compiler is gcc version
3.3.3 (SuSE Linux). I have also given no-asm option while compilation
but getting the same error.

gcc -o openssl -DMONOLITH -I.. -I../include -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DNDEBUG
-D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
-mno-sse2 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentium
-Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o
req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o
pkcs7.o crl2p7.o crl.o rsa.o rsautl.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 app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o
pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o prime.o -L.. -lssl -L..
-lcrypto -ldl
../libcrypto.a(e_rc5.o)(.text+0x10c): In function `rc5_32_12_16_ecb_cipher':
: undefined reference to `RC5_32_ecb_encrypt'
../libcrypto.a(e_rc5.o)(.text+0x186): In function `rc5_32_12_16_ofb_cipher':
: undefined reference to `RC5_32_ofb64_encrypt'
../libcrypto.a(e_rc5.o)(.text+0x1ca): In function `rc5_32_12_16_cfb64_cipher':
: undefined reference to `RC5_32_cfb64_encrypt'
collect2: ld returned 1 exit status
gmake[2]: *** [openssl] Error 1

Thanks and Regards,
Vivek
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to