Hi all
 
Please ignore my previous mail.
My problem got solved.
I used dlopen(LibraryName, RTLD_LAZY | RTLD_GLOBAL) to load libssl.so after loading libcrypto.so
 
Regards,
Rajesh .
----- Original Message -----
Sent: Wednesday, March 15, 2000 4:59 PM
Subject: problem while loading libssl.so on linux

Hi there,
 
I am using openssl as a shared library on linux. I built this library using make linux-shared.
In my application I am loading both libcrypto.so and libssl.so but dlopen fails to open  libssl.so with error message
"/usr/lib/libssl.so: undefined symbol : X509_free".
 
I am using openssl-0.9.4.
 
Can anybody guide me in resolving this problem ?
 
Regards,
Rajesh.
 
 

Reply via email to