Re: Using libcrypto in a shared library

2005-02-03 Thread Boris
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  

Re: Using libcrypto in a shared library

2005-02-03 Thread Boris
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

Re: Using libcrypto in a shared library

2005-02-03 Thread Zerg
May be "export" will help you. export LD_LIBRARY_PATH=$(pwd):/usr/local/ssl/lib  

RE: Using libcrypto in a shared library

2005-02-03 Thread Ted Mittelstaedt
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