Re: Trouble with compiling OpenSSL with zlib 1.1.4 support on Linux

2002-04-29 Thread Andrei V. Dmitriev
Hi! Simply make a link to zlib library like this: ln -s /usr/local/lib/zlib-1.1.3 /path/where/must/be/libz.a Good luck! Bogus?aw Brandys wrote: > hi, > i have trouble with compiling openSSL 0.9.7 snapshot from 26 April on > Linux (RedHat 7.1) with zlib 1.1.4 support (not dynamic).It simply ca

Trouble with compiling OpenSSL with zlib 1.1.4 support on Linux

2002-04-29 Thread Bogusław Brandys
hi, i have trouble with compiling openSSL 0.9.7 snapshot from 26 April on Linux (RedHat 7.1) with zlib 1.1.4 support (not dynamic).It simply can't locate libz.a library .Where this library should be ? After compiling and instaling zlib 1.1.4 I have it in /usr/local/lib. Best Regards Boguslaw