Igal Ore wrote:
I have some quite simple application develloped to use OpenSSL 0.9.7d
, and test simple calls throw engine API. i compiled OpenSSL , Linux
Mandrake 10.0 pentium686 gcc 3.3.2, with debbuging info (./config -g).
Now how should i compile my application that not shared library (built
as "Release" version , parallel term from Windows MSVC jargon) will be
used but static library (libcrypto.a) ??
In GDB normally there more ways to tell to it where sources of openssl
(by the way any example how to launch it will be appreciated also) ?
Does answer is there ?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
apparantely , even that if build had been not to be configured to create
shared objects in debug , it is still possible by or editing Configure
file - and generating speciall build or by building in debug as usual
and invoking make build-shared.
This will build shared objects as usual....
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]