Project

General

Profile

Can I link openssl static archives?

Added by danzimal about 11 years ago

--with-openssl --with-openssl-libs=/usr/lib

Instead of linking the shared object file (libssl.so), is it possible to link the various archive files instead?


Replies (3)

RE: Can I link openssl static archives? - Added by danzimal about 11 years ago

Btw, this is a Linux distribution for which the openssl package is already separated into archive files and linked in to various other tasks. I'm wondering if I need to supply a shared object just for Lighttpd.

RE: Can I link openssl static archives? - Added by darix about 11 years ago

if there is a shared library available for openssl ... why not use that?

RE: Can I link openssl static archives? - Added by danzimal about 11 years ago

As I previously stated, I don't currently have a shared object file, they are all archives.
I am indeed looking into generating a .so file to satisfy Lighttpd.

    (1-3/3)