Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread Aurélien Terrestris
Hello in the configure file, you can remove the openssl version checking starting at line 24787 24787 #if OPENSSL_VERSION_NUMBER < 0x0090801f 24788 #error "Unsupported OpenSSL version " OPENSSL_VERSION_TEXT 24789 #endif 2015-09-22 22:53 GMT+02:00 arnaud icard : >

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread Aurélien Terrestris
with root account, find / -name rsa.h or locate rsa.h 2015-09-23 10:26 GMT+02:00 arnaud icard : > This is what I am looking for right now but I don’t know where the libs are > stored on OS X. > Is there a terminal command that would give me this piece of information ?

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread arnaud icard
Thanks for your help. Unfortunately it didn’t worked, still the same issue. The configure worked when I fixed the variable ac_cv_openssl to yes: 24800 ac_cv_openssl=yes but then an error occurred during the make: fatal error: 'openssl/rsa.h' file not found > Le 23 sept. 2015 à 09:11,

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread Aurélien Terrestris
Is this file (rsa.h) present on your computer ? 2015-09-23 10:12 GMT+02:00 arnaud icard : > Thanks for your help. > Unfortunately it didn’t worked, still the same issue. > > The configure worked when I fixed the variable ac_cv_openssl to yes: > 24800 ac_cv_openssl=yes

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread arnaud icard
This is what I am looking for right now but I don’t know where the libs are stored on OS X. Is there a terminal command that would give me this piece of information ? > Le 23 sept. 2015 à 10:24, Aurélien Terrestris a écrit > : > > Is this file (rsa.h) present on your

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread arnaud icard
I don't have this file but on the other hand I can't find any openssl library file…? The compilation works on 10.9 an 10.10 even though the openssl version is identical so I guess something different comes from the new system. Le mer. 23 sept. 2015 à 10:41, Aurélien Terrestris

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread Aurélien Terrestris
You should check that openssl is installed ; On Linux, we install both openssl and openssl-devel packages, but I am dummy for OS X 2015-09-23 11:31 GMT+02:00 arnaud icard : > I don't have this file but on the other hand I can't find any openssl > library file…? > > The

Re: [users@httpd] "OpenSSL version is too old" while compiling http 2.4.16 on MacOS 10.11

2015-09-23 Thread arnaud icard
OpenSSL is installed as the terminal command ‘openssl’ works well. I’ll try the apple’s forums… Thanks for your help anyway ! > Le 23 sept. 2015 à 11:43, Aurélien Terrestris a écrit > : > > You should check that openssl is installed ; On Linux, we install both >