<div dir="ltr"><div dir="ltr">Thanks Sergey</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 19, 2018 at 4:24 PM Sergey Kandaurov <<a href="mailto:pluknet@nginx.com">pluknet@nginx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 19 Sep 2018, at 05:41, Anoop Alias <<a href="mailto:anoopalias01@gmail.com" target="_blank">anoopalias01@gmail.com</a>> wrote:<br>
> <br>
> Hi,<br>
> <br>
> ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx  --with-openssl=./openssl-1.1.1<br>
> make DESTDIR=/opt/test install<br>
> <br>
> Did not create the .openssl directory inside the openssl source , but instead, this created the .openssl directory in the DESTDIR<br>
> <br>
<br>
As expected.<br>
<br>
> I found out that if we use an explicit make command<br>
> ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx  --with-openssl=./openssl-1.1.1<br>
> make<br>
> make DESTDIR=/opt/test install<br>
> <br>
> This works<br>
> <br>
<br>
And this is expected too.<br>
Just use a separate ``make'' command to not mix<br>
nginx's DESTDIR and openssl's DESTDIR means.<br>
<br>
> But the former command without the explicit make used to work on openssl 1.0.xx releases<br>
> <br>
> Starting from OpenSSL 1.1.0, it is used there as install prefix.  ==> This may be an after effect of this <br>
<br>
As previously noted.  You can also find this note in CHANGES:<br>
  *) The INSTALL_PREFIX Makefile variable has been renamed to<br>
     DESTDIR.  That makes for less confusion on what this variable<br>
     is for.  Also, the configuration option --install_prefix is<br>
     removed.<br>
     [Richard Levitte]<br>
<br>
<br>
-- <br>
Sergey Kandaurov<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><b>Anoop P Alias</b> <div><br></div></div></div></div>