checking for OpenSSL library ... not found

Maxim Dounin mdounin at mdounin.ru
Tue Dec 17 13:07:57 UTC 2013


Hello!

On Tue, Dec 17, 2013 at 08:05:49AM -0500, Jeffrey Walton wrote:

> On Tue, Dec 17, 2013 at 8:01 AM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> > Hello!
> >
> > On Tue, Dec 17, 2013 at 07:17:47AM -0500, Jeffrey Walton wrote:
> >
> >> On Tue, Dec 17, 2013 at 7:02 AM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> >> >...
> >> >
> >> > Something like this should work for you:
> >> >
> >> > ./configure --with-cc-opt="-I/usr/local/ssl/include" \
> >> >             --with-ld-opt="-L/usr/local/ssl/lib"
> >> Thanks Maxim. This did not work, and its the reason I moved to envars
> >> to fully specify everything.
> >>
> >> *****
> >>
> >> $ auto/configure --with-cc-opt="-I/usr/local/ssl/include"
> >> --with-ld-opt="-L/usr/local/ssl/lib -ldl"
> >> checking for OS
> >>  + Linux 3.11.10-200.fc19.x86_64 x86_64
> >> checking for C compiler ... found
> >>  + using GNU C compiler
> >> ...
> >>
> >> Configuration summary
> >>   + using system PCRE library
> >>   + OpenSSL library is not used
> >>   + md5: using system crypto library
> >>   + sha1: using system crypto library
> >>   + using system zlib library
> >>
> >> *****
> >>
> >> $ auto/configure --with-cc-opt="-I/usr/local/ssl/include"
> >> --with-ld-opt="-L/usr/local/ssl/lib -ldl /usr/local/ssl/lib/libssla.
> >> /usr/local/ssl/lib/libcrypto.a"
> >> checking for OS
> >>  + Linux 3.11.10-200.fc19.x86_64 x86_64
> >> ...
> >>
> >> checking for --with-ld-opt="-L/usr/local/ssl/lib -ldl
> >> /usr/local/ssl/lib/libssla. /usr/local/ssl/lib/libcrypto.a" ... not
> >> found
> >> auto/configure: error: the invalid value in
> >> --with-ld-opt="-L/usr/local/ssl/lib -ldl /usr/local/ssl/lib/libssla.
> >> /usr/local/ssl/lib/libcrypto.a"
> >>
> >> *****
> >>
> >> Any thoughts on how to proceed?
> >
> > First of all, try fixing typo in your configure arguments.  If it
> > doesn't help, try looking into objs/autoconf.err.
> You'll have to forgive my ignorance. I would not have made the typo if
> I was aware. Would you kindly point it out?

The "libssla." is certainly wrong.

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx mailing list