-lcrypto is missing from the list of libs. It should not be. Try compiling without disabling ssl (do you have a good reason for disabling it??)

On Jun 26, 2008, at 16:24, Vijay wrote:

Will Mbuni compile on linux version
Linux rtxes1 2.4.21-15.0.3.ELsmp #1 SMP Tue Jun 29 18:04:47 EDT 2004 i686 i686 i386 GNU/Linux

Am facing error when doing make

/usr/local/lib/libssl.a(s3_enc.o)(.text+0x3d9): In function `ssl3_change_cipher_state':
: undefined reference to `EVP_CIPHER_CTX_cleanup'
/usr/local/lib/libssl.a(s3_enc.o)(.text+0x44d): In function `ssl3_change_cipher_state':
: undefined reference to `COMP_CTX_free'
/usr/local/lib/libssl.a(s3_enc.o)(.text+0x48b): In function `ssl3_change_cipher_state':
: undefined reference to `EVP_CIPHER_CTX_init'
/usr/local/lib/libssl.a(s3_enc.o)(.text+0x4cc): In function `ssl3_change_cipher_state':
: undefined reference to `COMP_CTX_new'
/usr/local/lib/libssl.a(s3_enc.o)(.text+0x515): In function `ssl3_change_cipher_state':
: undefined reference to `COMP_CTX_free'
/usr/local/lib/libssl.a(s3_enc.o)(.text+0x553): In function `ssl3_change_cipher_state':
: undefined reference to `EVP_CIPHER_CTX_init'
/usr/local/lib/libssl.a(s3_pkt.o)(.text+0x22a): In function `ssl3_do_uncompress':
: undefined reference to `COMP_expand_block'
/usr/local/lib/libssl.a(s3_pkt.o)(.text+0x495): In function `do_ssl3_write':
: undefined reference to `COMP_compress_block'
/usr/local/lib/libssl.a(s3_pkt.o)(.text+0x132a): In function `ssl3_do_compress':
: undefined reference to `COMP_compress_block'
/usr/local/lib/libssl.a(s3_both.o)(.text+0x170): In function `ssl3_output_cert_chain':
: undefined reference to `X509_STORE_CTX_init'
/usr/local/lib/libssl.a(s3_both.o)(.text+0x22e): In function `ssl3_output_cert_chain':
: undefined reference to `X509_STORE_get_by_subject'
/usr/local/lib/libssl.a(s3_both.o)(.text+0x3de): In function `ssl3_output_cert_chain':
: undefined reference to `X509_STORE_CTX_cleanup'
collect2: ld returned 1 exit status

But libssl.a exist on the path and also
[EMAIL PROTECTED] lib]# pwd
/usr/local/lib
[EMAIL PROTECTED] lib]# grep -rn X509_STORE_CTX_cleanup *
Binary file kannel/libcrypto.a matches
Binary file libcrypto.a matches
Binary file libssl.a matches

What might be the problem

--
VIJAY _______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to