Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
Sorry and yes, i have openssl-devel packages installed. Regards, Abdul On 12/16/2013 3:29 PM, Thomas Eckert wrote: Actually, I was referring to the openssl-dev package (and whatever other -dev package you might need to build). On Mon, Dec 16, 2013 at 10:53 AM, Abdul Anshad

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Thomas Eckert
Actually, I was referring to the openssl-dev package (and whatever other -dev package you might need to build). On Mon, Dec 16, 2013 at 10:53 AM, Abdul Anshad wrote: > yes, i have httpd-devel-2.2.26 package installed. FYI i'm trying to > build httpd-2.4.7. is it necessary to install 2.4.x dev

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
yes, i have httpd-devel-2.2.26 package installed. FYI i'm trying to build httpd-2.4.7. is it necessary to install 2.4.x dev ? Regards, Abdul On 12/16/2013 2:48 PM, Thomas Eckert wrote: Did you make sure to have the -dev package(s) installed ? On Mon, Dec 16, 2013 at 10:10 AM, Abdul Anshad

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Thomas Eckert
Did you make sure to have the -dev package(s) installed ? On Mon, Dec 16, 2013 at 10:10 AM, Abdul Anshad wrote: > I have made sure that the --with-ssl points to the 1.0.1e, FYI i also > have another system binary installed which is openssl-0.9.7d. > > I have included the source of apr and apr-

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Abdul Anshad
I have made sure that the --with-ssl points to the 1.0.1e, FYI i also have another system binary installed which is openssl-0.9.7d. I have included the source of apr and apr-utils under apache srclib. Apache-2.4.6 builds fine but Apache-2.4.7 throws out that error. when i compared both versio

Re: [users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-16 Thread Otis Dewitt - NOAA Affiliate
Try: First make sure openssl-devel-1.0.1e is installed. --with-ssl= Example: --with-ssl=/usr/include/openssl Thanks, Otis On Mon, Dec 16, 2013 at 1:58 AM, Abdul Anshad wrote: > Hello All, > > I'm trying to compile httpd-2.4.7 from source, but i get the following > error "#error mod_ssl r

[users@httpd] #error mod_ssl requires OpenSSL 0.9.8a or later

2013-12-15 Thread Abdul Anshad
Hello All, I'm trying to compile httpd-2.4.7 from source, but i get the following error "#error mod_ssl requires OpenSSL 0.9.8a or later". But my installed openssl version is openssl-1.0.1e and i have specified it --with-ssl option. Could anyone please help me on this ? -- Regards, Abdul