Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-26 Thread Hans Poo
Hi, Thanks a lot it worked !!! In the process i needed some tweaks, maybe they can help a little more to others. The perlbrew install command was failing signaling download error, it was the inexistente folder, so i creted it: mkdir -p ~/perl5/perlbrew/dists/ Then it worked fine: perlbrew instal

Solution for $r->connection->client_addr->port (was: Re: Compile mod_perl 1.0 on ubuntu 12.04 or later)

2019-02-25 Thread Randolf Richardson
> On 2/25/2019 2:28 PM, Randolf Richardson wrote: > > [sNip] > >>> As long as one isn't relying on the client's dynamic TCP port number > >>> from $r->connection->remote_addr->port for anything (as I've > >>> discovered no longer works in the current release of mod_perl2), > >>> updating to the n

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Gazzali Jaleel
On 2/25/2019 2:28 PM, Randolf Richardson wrote: [sNip] As long as one isn't relying on the client's dynamic TCP port number from $r->connection->remote_addr->port for anything (as I've discovered no longer works in the current release of mod_perl2), updating to the newest mod_perl2 sho

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Randolf Richardson
[sNip] > > As long as one isn't relying on the client's dynamic TCP port number > > from $r->connection->remote_addr->port for anything (as I've > > discovered no longer works in the current release of mod_perl2), > > updating to the newest mod_perl2 should ultimately be relatively > > problem-

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-25 Thread Gazzali Jaleel
On 2/24/2019 4:44 PM, Randolf Richardson wrote: On 2/22/19 10:54 AM, Matthias Schmitt wrote: I doubt that you will be able to compile mod_perl 1.x with newer compilers and operating systems. Hold my beer :). [sNip] I have a Makefile that does all of this. I suppose I could publish it on

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-24 Thread Randolf Richardson
> On 2/22/19 10:54 AM, Matthias Schmitt wrote: > > I doubt that you will be able to compile mod_perl 1.x with newer compilers > > and operating systems. > > Hold my beer :). [sNip] > I have a Makefile that does all of this. I suppose I could publish > it on github or something, but given the age

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-24 Thread Michael Schout
On 2/22/19 10:54 AM, Matthias Schmitt wrote: > I doubt that you will be able to compile mod_perl 1.x with newer compilers > and operating systems. Hold my beer :). $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" $ w

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
Hello, > On 22 Feb 2019, at 17:19, Hans Poo wrote: > > Yes, I do. I'am aware of that, the software is built with mod_perl 1.0, and I > have been able to run it under 10.04, but there's no support for 10.4 in the > internet right now you know, so I'm looking for a way to compile it for 12.04.

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
Yes, I do. I'am aware of that, the software is built with mod_perl 1.0, and I have been able to run it under 10.04, but there's no support for 10.4 in the internet right now you know, so I'm looking for a way to compile it for 12.04. El vie., 22 feb. 2019 11:34 a.m., Matthias Schmitt escribió: >

Re: Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Matthias Schmitt
Hello, > On 22 Feb 2019, at 12:47, Hans Poo wrote: > > I've been unable to compile 1.0 on ubuntu 12.04 or later. Anyone has been > able to compile it or has a patched mod_perl source tree ? > > wget https://archive.apache.org/dist/httpd/apache_1.3.42.tar.gz > wget http://apache.org/dist/perl/

Compile mod_perl 1.0 on ubuntu 12.04 or later

2019-02-22 Thread Hans Poo
Hi, I've been unable to compile 1.0 on ubuntu 12.04 or later. Anyone has been able to compile it or has a patched mod_perl source tree ? cd ~/src wget https://archive.apache.org/dist/httpd/apache_1.3.42.tar.gz wget http://apache.org/dist/perl/mod_perl-1.31.tar.gz tar xzvf apache_1.3.42.tar.gz ta