Hi!

I’m trying to install Mbuni1.0.0. I patched Kannel but I have the following message error when I exec the command ‘make’:

/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0xd70):s3_enc.c: undefined reference to `EVP_CIPHER_CTX_cleanup'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0xd80):s3_enc.c: undefined reference to `EVP_CIPHER_CTX_init'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0xeb1):s3_enc.c: undefined reference to `EVP_CipherInit_ex'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0xf28):s3_enc.c: undefined reference to `COMP_CTX_new'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0x1016):s3_enc.c: undefined reference to `EVP_CipherInit_ex'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0x11c4):s3_enc.c: undefined reference to `COMP_CTX_new'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0x1264):s3_enc.c: undefined reference to `COMP_CTX_new'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0x12b9):s3_enc.c: undefined reference to `COMP_CTX_free'
/usr/local/ssl/lib/libssl.a(s3_enc.o)(.text+0x12d5):s3_enc.c: undefined reference to `COMP_CTX_free'
/usr/local/ssl/lib/libssl.a(s3_pkt.o)(.text+0x2fa): In function `ssl3_do_compress':
s3_pkt.c: undefined reference to `COMP_compress_block'
/usr/local/ssl/lib/libssl.a(s3_pkt.o)(.text+0x4ae): In function `do_ssl3_write':
s3_pkt.c: undefined reference to `COMP_compress_block'
/usr/local/ssl/lib/libssl.a(s3_pkt.o)(.text+0xa2a): In function `ssl3_do_uncompress':
s3_pkt.c: undefined reference to `COMP_expand_block'
/usr/local/ssl/lib/libssl.a(s3_pkt.o)(.text+0x1032): In function `ssl3_read_bytes':
s3_pkt.c: undefined reference to `COMP_expand_block'
/usr/local/ssl/lib/libssl.a(s3_both.o)(.text+0x587): In function `ssl3_output_cert_chain':
s3_both.c: undefined reference to `X509_STORE_CTX_init'
/usr/local/ssl/lib/libssl.a(s3_both.o)(.text+0x630):s3_both.c: undefined reference to `X509_STORE_get_by_subject'
/usr/local/ssl/lib/libssl.a(s3_both.o)(.text+0x82d):s3_both.c: undefined reference to `X509_STORE_CTX_cleanup'
collect2: ld returned 1 exit status
make[1]: *** [mmsrelay] Error 1
make[1]: Leaving directory `/mbuni-1.0.0/mmsc'
make: *** [install-recursive] Error 1
 

What can I do to resolve this problem?

Thanks

Matteo

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

Reply via email to