During configuration you need to specify whether you want shared libraries or archive files (./configure --shared). You can convert an archive file to a shared object by doing this:
gcc -o libssl.so --shared libssl.a gcc -o libcrypto.so --shared libcrypto.a Try that first, and if that fails for some reason. Rebuild with the --shared flag. On Mon, 2004-03-29 at 14:07, Colleen Nagle wrote: > Greetings, > > I have just installed openssl for linux-elf, and followed the install > file instructions. I am utilizing a shopping cart that needs the > libcrypto.so and libssl.so files. The only files I have in the lib > directory are > libcrypto.a, libssl.a and ssleay.conf. How do I generate the .so files? > > Thanks! > Colleen > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]