nginx-0.7.46
Michael Shadle
mike503 at gmail.com
Wed Apr 1 13:11:28 MSD 2009
2009/4/1 Igor Sysoev <is at rambler-co.ru>:
> You do not need
>
> --with-openssl=/usr/lib
> --with-md5=/usr/lib
>
> They are required only if you want to build OpenSSL or libmd5 from sources,
> but not if you want to use already built libraries. In the later case
> nginx will find them by itself, or if they are in non-standard place,
> you should help it by:
>
> --with-cc-opt="-I /path/to/headers"
> --with-ld-opt="-L /path/to/libraries"
I used this script for so long there may have been a bug in detecting
it or something at the time.
just took it out and
Configuration summary
+ using system PCRE library
+ using system OpenSSL library
+ md5: using OpenSSL library
+ sha1 library is not used
+ using system zlib library
seems to be good still. cool, thanks :)
Typically things do find libs properly on their own, I always try to
run it that way first. So for some reason along the way I wound up
having to force it.
More information about the nginx
mailing list