On Fri, 28 Feb 2003 01:50:27 +0100 (Romance Standard Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
VZ> On Fri, 28 Feb 2003 01:18:09 +0100 (CET) Michele Ravani VZ> <[EMAIL PROTECTED]> wrote: VZ> MR> See below. If I add -lssl works like a charm VZ> Yes, but again: we do *not* want to link to libssl because this would VZ> prevent M from running on systems without it installed. Yes, sorry I didn't realize that I was repeating myself. It was late and I had a few with a colleague :o) VZ> MR> VZ> /home/michele/Projects/Builds/M/extra/src/c-client/c-client.a(osdep.o): VZ> In function `ssl_start_work': VZ> MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:385: VZ> undefined reference to `TLSv1_client_method' VZ> MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:409: VZ> undefined reference to `SSL_get_peer_certificate' VZ> MR> VZ> /home/michele/Projects/Builds/M/extra/src/c-client/c-client.a(osdep.o): VZ> In function `ssl_getdata': VZ> MR> /home/michele/Projects/Builds/M/extra/src/c-client/osdep.c:603: VZ> undefined reference to `SSL_get_error' VZ> Ok, this just means that these functions should be provided by VZ> src/util/ssl.cpp as well -- added (without testing). Could you please VZ> try VZ> again? Trying now ... I'll let you know. VZ> ------------------------------------------------------- VZ> This sf.net email is sponsored by:ThinkGeek VZ> Welcome to geek heaven. VZ> http://thinkgeek.com/sf -- Michele Ravani [EMAIL PROTECTED] "Those who live hoping, die singing" My Gran ------------------------------------------------------- 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
