nssl-users@openssl.org
Sent: Thursday, February 03, 2005 12:48
PM
Subject: Re: Using libcrypto in a shared
library
May be "export" will help you.
export LD_LIBRARY_PATH=$(pwd):/usr/local/ssl/lib
thanks I will check the ld
- Original Message -
From:
Ted
Mittelstaedt
To: openssl-users@openssl.org
Sent: Thursday, February 03, 2005 10:59
AM
Subject: RE: Using libcrypto in a shared
library
Maybe creating the library with ld rather than gcc might work
May be "export" will help you.
export LD_LIBRARY_PATH=$(pwd):/usr/local/ssl/lib
Maybe
creating the library with ld rather than gcc might work
better?
Ted
-Original Message-From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On
Behalf Of BorisSent: Wednesday, February 02, 2005 2:58
PMTo: openssl-users@openssl.orgSubject: Using libcrypto
in a shared li