Hello,
> No doubt a dumb question, but I couldn't work out how to build openssl 
with 
> zlib support. I know about the 'no-zlib', 'zlib', and 'zlib-dynamic' 
> options - and  I guess I can use the -lxxx and -Lxxx options to specify 
libz 
> and its location, but all my attempts to build with zlib support are 
failing 
> because zlib.h can't be found.
> 
> How do I tell ./config where zlib.h is located ?
With Configure you may add something like:
  --with-zlib-lib=/path
  --with-zlib-include=/path

Best regards,
--
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to