Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-19 Thread PGNet Dev
On 03/16/2016 02:52 PM, Jeffrey Walton wrote: If I can ask as a user, if I say do this _all the time_, then would it be easiest on you? make depend && make clean && make Or is there something else you would recommend? If it were up to _me_, I'd move to a cmake build system, with

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-19 Thread Viktor Dukhovni
On Wed, Mar 16, 2016 at 11:10:33PM +0100, Jakob Bohm wrote: > Wait, are you saying that OpenSSL 1.1.0 no longer implements > all the known SSL/TLS versions (some of which are disabled by > default because of security)? > > That would mean it is no longer a full featured TLS and SSL > toolkit?

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-18 Thread lists
On 03/14/2016 04:26 PM, PGNet Dev wrote: Must use it, (1) https://wiki.openssl.org/index.php/Compilation_and_Installation Dependencies If you are prompted to run make depend, then you must do so. Which I currently attempt to do, but get the reported errors about not

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-18 Thread Jakob Bohm
On 16/03/2016 22:52, Jeffrey Walton wrote: After ./configure ... I'm prompted Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Exec'ing the 'make depend' stage returns lots of

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-14 Thread PGNet Dev
On 03/14/2016 08:58 AM, PGNet Dev wrote: On 03/14/2016 08:26 AM, PGNet Dev wrote: Which I currently attempt to do, but get the reported errors about not finding the stddef.h include etc. Here, https://rt.openssl.org/Ticket/Display.html?id=4169=guest=guest it simply says "fixed in 1.1"

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-14 Thread PGNet Dev
On 03/14/2016 08:26 AM, PGNet Dev wrote: Which I currently attempt to do, but get the reported errors about not finding the stddef.h include etc. Specifically, cd test rm -rf * wget https://www.openssl.org/source/openssl-1.0.2g.tar.gz tar zxvf openssl-1.0.2g.tar.gz cd openssl-1.0.2g

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-14 Thread PGNet Dev
On 03/14/2016 08:24 AM, lists wrote: Did you mean "./config ..."? yep. Must use it, (1) https://wiki.openssl.org/index.php/Compilation_and_Installation Dependencies If you are prompted to run make depend, then you must do so. Which I currently attempt to do, but get

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-14 Thread lists
On 03/10/2016 03:52 PM, PGNet Dev wrote: I'm building openssl 1.0.2g on linux64. After ./configure ... Did you mean "./config ..."? I'm prompted Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend

Re: [openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-10 Thread PGNet Dev
Actually, the actual admonition is more emphatic I'm prompted Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend " Configured for linux-x86_64. *** Because of configuration changes, you MUST do the following

[openssl-users] 'makedepend' in openssl builds: clarify need and correct usage

2016-03-10 Thread PGNet Dev
I'm building openssl 1.0.2g on linux64. After ./configure ... I'm prompted Since you've disabled or enabled at least one algorithm, you need to do the following before building: make depend Exec'ing the 'make depend' stage returns lots of warnings,