On Thu, Mar 30, 2006, Steve doh wrote:
> Hi,
> I have a static build of openssl 0.9.7.g
> I want to add zlib compression but not dynamically loaded at runtime.
> Is it possible to statically link zlib into the openssl build?
> If yes, what configure options do you use?
> I have tried:
> perl confi
Hi,
I have a static build of openssl 0.9.7.g
I want to add zlib compression but not dynamically loaded at runtime.
Is it possible to statically link zlib into the openssl build?
If yes, what configure options do you use?
I have tried:
perl configure VC-WIN32 no-engine threads no-shared zlib no-ide