Looks like you compiled openssl as a shared libraries.
make sure that you put the libs in either a standard
library path or export the LD_LIBRARY_PATH environment
variable to the directory that contains the libraries
prior to running the app.  (Or of course, recompile
openssl using static libs).

Mike

> -----Original Message-----
> From: Brajesh Tiwari [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 06, 2000 3:36 PM
> To: '[EMAIL PROTECTED]'
> Subject: 
> 
> 
> HI All,
> 
> I am trying to implement openSSL in my clinet Application. It 
> compilies
> successfully, but when i tried to run the application, it 
> gives me following
> error:
> 
> expCli: /sbin/loader: Fatal Error: Unresolved symbol in expCli:
> ERR_load_crypto_strings.
> 
> Please reply.
> 
> Thanks.
> Brajesh
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
  • RE: Barnes, Michael L.

Reply via email to