Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Matt Caswell
On 30/06/16 20:23, Salz, Rich wrote: > >> Specify neither if you want most stuff to be installed in /usr/local and >> config >> files/default cert/keystore in /usr/local/ssl >> >> Specify just --openssldir if you want just config files/default >> cert/keystore to >> go into and everything

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Salz, Rich
> Specify neither if you want most stuff to be installed in /usr/local and > config > files/default cert/keystore in /usr/local/ssl > > Specify just --openssldir if you want just config files/default cert/keystore > to > go into and everything else in /usr/local > > Specify just --prefix if

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Matt Caswell
On 30/06/16 17:59, noloa...@gmail.com via RT wrote: > On Thu, Jun 30, 2016 at 12:52 PM, Salz, Rich via RT wrote: >>> I don't want either of them. I only want to install the library in the >>> directory of >>> my choosing :) >> >> #! /bin/sh >> make $* && cp *.a $MYDIR >> >>

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread noloa...@gmail.com via RT
On Thu, Jun 30, 2016 at 12:52 PM, Salz, Rich via RT wrote: >> I don't want either of them. I only want to install the library in the >> directory of >> my choosing :) > > #! /bin/sh > make $* && cp *.a $MYDIR > > Less flippantly, not everything is supported :) Thanks Rich. So

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Richard Levitte
In message on Thu, 30 Jun 2016 16:49:11 +, "noloa...@gmail.com via RT" said: noloader> I don't want either of them. I only want to install the library in the noloader> directory of my choosing :) Then configure with

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Salz, Rich via RT
> I don't want either of them. I only want to install the library in the > directory of > my choosing :) #! /bin/sh make $* && cp *.a $MYDIR Less flippantly, not everything is supported :) -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4601 Please log in as guest with password

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread noloa...@gmail.com via RT
On Thu, Jun 30, 2016 at 11:29 AM, Jeffrey Walton wrote: > On Thu, Jun 30, 2016 at 11:12 AM, Richard Levitte via RT > wrote: >> That's correct for 1.1.0. install_sw honors --prefix. We made that change to >> get away from all the weird magic around the

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Richard Levitte
[taking this out of RT] In message on Thu, 30 Jun 2016 15:29:54 +, "noloa...@gmail.com via RT" said: noloader> On Thu, Jun 30, 2016 at 11:12 AM, Richard Levitte via RT wrote: noloader> > That's

Re: [openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread noloa...@gmail.com via RT
On Thu, Jun 30, 2016 at 11:12 AM, Richard Levitte via RT wrote: > That's correct for 1.1.0. install_sw honors --prefix. We made that change to > get away from all the weird magic around the combinations of --prefix and > --openssldir that happened in previous versions. > > In

[openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread Richard Levitte via RT
That's correct for 1.1.0. install_sw honors --prefix. We made that change to get away from all the weird magic around the combinations of --prefix and --openssldir that happened in previous versions. In other words, it's not a bug, it's a feature. Closing this ticket. Cheers, Richard On Thu Jun

[openssl-dev] [openssl.org #4601] install_sw does not honor --openssldir

2016-06-30 Thread noloa...@gmail.com via RT
Working on OS 10.8.5. Working from Master, 8a3c000c8f621cd01929313fcb7d0cc23fb516a6. Using the following configure line: $ KERNEL_BITS=64 ./config no-shared enable-ec_nistp_64_gcc_128 --openssldir=/usr/local/ssl/1.1.0 Later, when I attempt to compile: $ gcc -I/usr/local/ssl/1.1.0/include