Hi, On Mon, Oct 31, 2005, Teo wrote: > 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'
You seem to have a borken libssl.a. or libcrypto.a, or you didn't add /usr/local/lib to your library path: try building with -L/usr/local/lib. Cheers, -- Loïc Minier <[EMAIL PROTECTED]> _______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
