You can't convert them. .a files are static libraries that are actually
compiled into
your binaries. .so files are dynamically loaded and they are compiled to
contain special Position-Independent code so that when they are used by a
given program, the
addresses of each function in the .so file can be resolved and the code will
work correctly.
A .a file is just a collection of object files thrown together in an
archive. A .so file actually must be compiled differently than an .a file
would be.
----- Original Message -----
From: Jyotsna Vaideeswaran <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 29, 1999 2:48 PM
Subject: shared(*.so) files
> How do you convert the libssl.a and libcrypto.a files into *.so files like
> libssl.so and libcrypto.so files?
>
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
--
North Shore Technologies Corporation
Steven J. Sobol, President & Head Geek
815 Superior Avenue #610, Cleveland, Ohio 44114
[EMAIL PROTECTED]
http://NorthShoreTechnologies.net
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]