* Vishnu Param wrote on Mon, Nov 17, 2008 at 16:12 +0800:
> > > s3_enc.c:(.text+0xaeb): undefined reference to `COMP_CTX_new'
>
> I am sure I am pointing to the 0.9.9 libraries/headers, because I
> wouldn't get these errors if I wasn't.

I think what you were supposed to ensure is that you have the
right headers; maybe you have system-wide installed older
in -isystem.

> Invoking: GCC C Linker
> 
> gcc -static -L/home/zero/test/lib -o"SSLclient"  ./client.o
> -lcrypto -lpthread -lssl

-static with glibc? I think at least resolver remains using
dynamic linking...

> dso_dlfcn.c:(.text+0x2d): undefined reference to `dlopen'

... and this module also seem to use dynamic linking.

-ldl

(for the others I don't know)

oki,

Steffen


--
 
About Ingenico Throughout the world businesses rely on Ingenico for secure and 
expedient electronic transaction acceptance. Ingenico products leverage proven 
technology, established standards and unparalleled ergonomics to provide 
optimal reliability, versatility and usability. This comprehensive range of 
products is complemented by a global array of services and partnerships, 
enabling businesses in a number of vertical sectors to accept transactions 
anywhere their business takes them.
www.ingenico.com This message may contain confidential and/or privileged 
information. If you are not the addressee or authorized to receive this for the 
addressee, you must not use, copy, disclose or take any action based on this 
message or any information herein. If you have received this message in error, 
please advise the sender immediately by reply e-mail and delete this message. 
Thank you for your cooperation.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to