Re: [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Luca Toscano
2017-01-26 22:57 GMT+01:00 Eric Covener : > On Thu, Jan 26, 2017 at 4:41 PM, Stéphane Laurencelle > wrote: > > So no luck for me, Can someone from the apache httpd server project give > me > > an answer about the support for openssl 1.1.x with apache 2.4.xx branch. > > It's not supported in 2.4.x

Re: [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Eric Covener
On Thu, Jan 26, 2017 at 4:41 PM, Stéphane Laurencelle wrote: > So no luck for me, Can someone from the apache httpd server project give me > an answer about the support for openssl 1.1.x with apache 2.4.xx branch. It's not supported in 2.4.x yet. That's why it doesn't compile. --

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
e De : Stéphane Laurencelle [stephane.laurence...@momentum-tech.ca] Envoyé : 26 janvier 2017 16:16 À : users@httpd.apache.org; frazier...@sbcglobal.net Objet : [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version o

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
À : users@httpd.apache.org Objet : Re: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8 I'm running 2.4.25 with openssl 1.1.0c on a MAC. I had slightly different issues, however. I was able to adapt the patches for a 2.4.23 version avail

Re: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Kent Frazier
I'm running 2.4.25 with openssl 1.1.0c on a MAC. I had slightly different issues, however. I was able to adapt the patches for a 2.4.23 version available at https://bz.apache.org/bugzilla/attachment.cgi?id=34182&action=edit I have no idea whether this will work for you, or whether it has been suff

RE: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Darryl Philip Baker
ent: January 26, 2017 2:27 PM To: users@httpd.apache.org Subject: [users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8 that's what are read but is this true ? Stéphane Laurencelle Analyste Technologique MOMENTUM TECHNOLOGI

[users@httpd] RE : [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
os experts en solutions Oracle et Java Fiers d’être parmi les 50 sociétés les mieux gérées du Canada<http://www.momentumtechnologies.ca/fr/actualite_mieuxgerees.html>! De : Daniel [dferra...@gmail.com] Envoyé : 26 janvier 2017 15:18 À : Objet : Re: [users@ht

Re: [users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Daniel
This has been said before in the mailing list very often. AFK apache 2.4.x is not compatible with openssl 1.1.x. 2017-01-26 21:07 GMT+01:00 Stéphane Laurencelle : > Hello, > > I'm trying to compile apache httpd 2.4.25 on oracle linux 6.8, i install > openssl 1.1.0c version > > here is the line i

[users@httpd] problem compiling apache httpd server 2.4.25 with openssl 1.1.0c version on oel 6.8

2017-01-26 Thread Stéphane Laurencelle
Hello, I'm trying to compile apache httpd 2.4.25 on oracle linux 6.8, i install openssl 1.1.0c version here is the line i use to configure, this one did not return any error ./configure --prefix=/usr/local/src/httpd-2.4.25 --with-ssl=/usr/local/ssl --enable-ssl=shared --with-mpm=worker --enabl

Re: [users@httpd] problem compiling apache

2016-10-04 Thread Erik Dobák
if you upgraded ssl and in this state of situation you will have to upgrade httpd too. On 20 September 2016 at 21:07, Pavol Eisenberg wrote: > Hello > > After I've tried to upgrade my openssl 1.0.2 (ubuntu default) to Openssl > 1.1.0 I cannot compile apache with ssl anymore.I also reverse to ope

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Rodrigo Cunha
Step-by-step, my troubleshoting...rs Check what comand your use for instaling this openssl $history |grep -i openssl $openssl --version try apt-get remove openssl --purge or other package referal a this instalation. Step 2 The search packages ins repository $sudo apt-cache policy apache2 $sudo apt

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Daniel
try issuing "make clean" before trying to ./configure and make again. 2016-09-22 10:37 GMT+02:00 Pavol Eisenberg : > many thanks, do you have any idea how to revert the situation ? I've > reinstalled openssl libs to 1.0.2 but the problem remain. Seems like some > libs was linked staticaly when op

Re: [users@httpd] problem compiling apache

2016-09-22 Thread Pavol Eisenberg
many thanks, do you have any idea how to revert the situation ? I've reinstalled openssl libs to 1.0.2 but the problem remain. Seems like some libs was linked staticaly when openssl 1.1.0 was compiled. Can you guess what should be the best possible way to get rid of this problem ? On Wed, Sep 21

Re: [users@httpd] problem compiling apache

2016-09-21 Thread Daniel
AFAIK httpd 2.4.x branch is not compatible with Openssl 1.1.0 yet, as that openssl version has just been released and many things have changed. In fact I recall when httpd 2.4.23 was released openssl 1.1.0 was still beta 2016-09-21 17:47 GMT+02:00 Rodrigo Cunha : > Try get http source code(tarba

Re: [users@httpd] problem compiling apache

2016-09-21 Thread Rodrigo Cunha
Try get http source code(tarball) from you repository, thys compilations They were probably tested by sysadmins operating system. In output from you make, this problem probably is a erro in string from function main in the source code. aparantemente ele não está nomeando o caminho correto dos binar

Re: [users@httpd] problem compiling apache

2016-09-20 Thread Pavol Eisenberg
httpd-2.4.20 httpd-2.4.23 I tried also with compiled apr-1.5.2 and aprutil apr-util-1.5.4 but that also not help. Any advise ? On Tue, Sep 20, 2016 at 9:16 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pavol, > > On 9/20/16

Re: [users@httpd] problem compiling apache

2016-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavol, On 9/20/16 3:07 PM, Pavol Eisenberg wrote: > Hello > > After I've tried to upgrade my openssl 1.0.2 (ubuntu default) to > Openssl 1.1.0 I cannot compile apache with ssl anymore.I also > reverse to openssl 1.0.2 but the problem still remain.

[users@httpd] problem compiling apache

2016-09-20 Thread Pavol Eisenberg
Hello After I've tried to upgrade my openssl 1.0.2 (ubuntu default) to Openssl 1.1.0 I cannot compile apache with ssl anymore.I also reverse to openssl 1.0.2 but the problem still remain. Can someone point me how to fix this to have working ssl with apache ? Here is my current compile output :

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Jeff Trawick
On Mon, Mar 4, 2013 at 10:36 AM, Sarbjit singh wrote: > Thanks Jeff. Workaround let me build httpd2.4.4. > > Just one question :- What would not work with installed httpd having SCTP > not installed? > You won't miss anything. APR has some limited SCTP support, but nothing in httpd utilizes it.

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Sarbjit singh
Thanks Jeff. Workaround let me build httpd2.4.4. Just one question :- What would not work with installed httpd having SCTP not installed? On Mon, Mar 4, 2013 at 7:45 PM, Jeff Trawick wrote: > On Mon, Mar 4, 2013 at 5:38 AM, Sarbjit singh wrote: > >> Today, I tired the httpd version 2.4.4 versio

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Jeff Trawick
On Mon, Mar 4, 2013 at 5:38 AM, Sarbjit singh wrote: > Today, I tired the httpd version 2.4.4 version with latest apr/apr-util > source code in the srclib folder and this time as well it hanged while > "checking for SCTP ". > > Is there any workaround/solution to this problem? This should w

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-04 Thread Sarbjit singh
Today, I tired the httpd version 2.4.4 version with latest apr/apr-util source code in the srclib folder and this time as well it hanged while "checking for SCTP ". Is there any workaround/solution to this problem? -Sarbjit On Sun, Mar 3, 2013 at 6:24 PM, Sarbjit singh wrote: > Sorry for n

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Sarbjit singh
Sorry for not providing the version of httpd. I am using httpd.2.2.24, I have downloaded the APR and APR-UTIL, but didn't put in the srclib as this folder was already having these inside it. But I tried compiling the APR standalone and encountered the same problem. Then I did at once tried puttin

Re: [users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Noel Butler
On Sun, 2013-03-03 at 14:41 +0530, Sarbjit singh wrote: > Hi All, > > I have been facing problem while compiling HTTPD on my linux machine. > It hangs at the following location while configuration :- > > > > checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes >

[users@httpd] Problem compiling Apache httpd from source code on Linux

2013-03-03 Thread Sarbjit singh
Hi All, I have been facing problem while compiling HTTPD on my linux machine. It hangs at the following location while configuration :- checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes checking for TCP_CORK in netinet/tcp.h... yes checking for TCP_NOPUSH in n

[users@httpd] Problem compiling Apache httpd-2.2.17 for 64 bit on RHEL version 6.2

2012-10-09 Thread declan harrison
Hi Guys I hope someone on the mailing list can advise me on an issue I'm having with compiling Apache httpd-2.2.17 for 64 bit on RHEL version 6.2. If I compile the same version on the same RHEL 6.2 OS but for 32 bit then I don't have an issue. I performed a google search and got a few different