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 <mdou...@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 <mdou...@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/ _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx