Re: [users@httpd] Compilation error in Apache 2.4.3

2013-01-15 Thread John Iliffe
gt; > From: John Iliffe > To: users@httpd.apache.org > Sent: Monday, December 17, 2012 9:08 AM > Subject: Re: [users@httpd] Compilation error in Apache 2.4.3 > > I have finally got back to this (why is building a new server always the > lowest pr

Re: [users@httpd] Compilation error in Apache 2.4.3

2013-01-14 Thread Allen Umlas
from rpm distribution? Regards, Allen - Unix User From: John Iliffe To: users@httpd.apache.org Sent: Monday, December 17, 2012 9:08 AM Subject: Re: [users@httpd] Compilation error in Apache 2.4.3 I have finally got back to this (why is building a new server

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-16 Thread John Iliffe
I have finally got back to this (why is building a new server always the lowest priority in the place?) and still have been unable to link in OpenSSL version 1.0.1c so it works. I reconfigured and recompiled with --shared then made Apache with --with-ssl =/usr/openssl-1.0.1c but when I start Ap

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-13 Thread John Iliffe
Thanks Tom. I figured it was an OpenSSL problem; I've compiled Apache too often to expect an error there! The OpenSSL documentation is somewhat sparse! I completely missed the "shared" parameter in the configuration. [as an aside on the OpenSSL documentation, for multi-threading, if the O/S

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-13 Thread Tom Evans
On Mon, Dec 10, 2012 at 1:18 AM, John Iliffe wrote: > I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine > running on X86_64 hardware. > > I installed OpenSSL version 1.0.1c and it seemed to install correctly. > basically, it was a default install except for the executable loca

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-13 Thread Bouchot Jonathan
hi, i think the best way to do that is compiling apr and apr-util before compiling httpd and remove your rpm openssl-devel ( rpm -qa | grep -i openssl and rpm -e openssl-devel...) check this url http://httpd.apache.org/docs/2.4/en/install.html that could be helpfull -- Regard Jo Le 10 déc. 2

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-10 Thread John Iliffe
Just for clarification, I now know that the config line was wrong; I didn't see the note about having to use "with-included-apr" when moving the apr files to the srclib directory. I retried with the following: ./configure --prefix=/usr/apache-2.4.3 --with-ssl=/usr/openssl-1.0.1c --with- zlib

[users@httpd] Compilation error in Apache 2.4.3

2012-12-09 Thread John Iliffe
I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine running on X86_64 hardware. I installed OpenSSL version 1.0.1c and it seemed to install correctly. basically, it was a default install except for the executable location information. --