Nginx compile with OpenSSL 1.1.1 and DESTDIR=
Anoop Alias
anoopalias01 at gmail.com
Tue Sep 18 07:55:56 UTC 2018
Hi,
I am trying to compile nginx 1.15.3 (mainline) with OpenSSL 1.1.1
# ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx
--with-openssl=./openssl-1.1.1
# make DESTDIR=/opt/test install
But this error out with
---------------
cc: error: ./openssl-1.1.1/.openssl/lib/libssl.a: No such file or directory
cc: error: ./openssl-1.1.1/.openssl/lib/libcrypto.a: No such file or
directory
make[1]: *** [objs/nginx] Error 1
------------------
I could find that the openssl-1.1.1/.openssl directory is not created but
instead
/opt/test/$nginxsrcpath/openssl-1.1.1/.openssl
That is if the nginx src is in /root/nginx-1.15.3/
The directory .openssl will be
/opt/test/root/nginx-1.15.3/openssl-1.1.1/.openssl/
The make DESTDIR=/opt/test install works fine in nginx 1.13.x with
OpenSSL 1.0.2p
I am not sure the change is caused by nginx 1.15.3 or openssl-1.1.1 to be
honest
--
*Anoop P Alias*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180918/173c2ac5/attachment.html>
More information about the nginx
mailing list