Hi: I had it resolved over the weekend with compiling the Openssl libraries differently.
I used the link switch you mentioned. Best Regards, -Gyan On 10/11/11, Tayade, Nilesh <[email protected]> wrote: >> -----Original Message----- >> From: [email protected] [mailto:owner-openssl- >> [email protected]] On Behalf Of Gyanendra Kumar >> Sent: Monday, October 10, 2011 7:35 AM >> To: [email protected] >> Subject: Link error >> >> Hi: >> >> I am compiling an example program and I get the following link error. >> Please help: >> >> human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ >> make >> gcc wclient.o client.o common.o -o wclient >> -L/home/human/Downloads/openssl-1.0.0e -lssl -lcrypto > Could you try with '-ldl'? > Like: -L/home/human/Downloads/openssl-1.0.0e -lssl -lcrypto -ldl. > > [...] >> >> Best Regards, >> >> -G > > -- > Thanks, > Nilesh > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
