On Fri, 28 Feb 2003 01:18:09 +0100 (CET) Michele Ravani <[EMAIL PROTECTED]> wrote:

MR> See below. If I add -lssl works like a charm

 Yes, but again: we do *not* want to link to libssl because this would
prevent M from running on systems without it installed.

MR> /home/michele/Projects/Builds/M/extra/src/c-client/c-client.a(osdep.o): In 
function `ssl_start_work':
MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:385: undefined 
reference to `TLSv1_client_method'
MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:409: undefined 
reference to `SSL_get_peer_certificate'
MR> /home/michele/Projects/Builds/M/extra/src/c-client/c-client.a(osdep.o): In 
function `ssl_getdata':
MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:603: undefined 
reference to `SSL_get_error'

 Ok, this just means that these functions should be provided by
src/util/ssl.cpp as well -- added (without testing). Could you please try
again?

 Thanks,
VZ



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to