Re: Problem compiling 1.0 on linux

2012-12-25 Thread Hans C. Poo
Index: src/modules/perl/perl_util.c === --- src/modules/perl/perl_util.c (revision 1425631) +++ src/modules/perl/perl_util.c (working copy) @@ -670,6 +670,7 @@ if(set_ids++) return; sv_setiv(GvSV(gv_fetchpv("$", TRUE, SVt_PV)

Re: Problem compiling 1.0 on linux

2012-12-24 Thread Andreas Koenig
"Hans C. Poo" writes: > Fred, > > Yea, i know the platform is outdated, it is a very legacy system and > we are planning a complete rebuild... finally i installed a virtual > machine with ubuntu 10.04 (a two year old release of linux) and it > compiled without problems, in this way we'll be able

Re: Problem compiling 1.0 on linux

2012-12-07 Thread Hans C. Poo
t; CC: "mod_perl list" > Enviados: Viernes, 7 de Diciembre 2012 0:17:15 > Asunto: Re: Problem compiling 1.0 on linux > > On Mon, Dec 3, 2012 at 6:26 AM, Hans C. Poo wrote: > > I've continued looking with more atention, and the format messages > > were just

Re: Problem compiling 1.0 on linux

2012-12-06 Thread Fred Moyer
, Welinux S.A. > Bombero Ossa #1010, oficina 800, > +56-2-3729770, Movil: +56-9-3199305 > Santiago, Chile > > > - Mensaje original - >> De: "Hans C. Poo" >> Para: modperl@perl.apache.org >> Enviados: Lunes, 3 de Diciembre 2012 11:02:56 >> Asun

Re: Problem compiling 1.0 on linux

2012-12-03 Thread Hans C. Poo
os: Lunes, 3 de Diciembre 2012 11:02:56 > Asunto: Problem compiling 1.0 on linux > > Hi. > > I have a legacy mod_perl project, and need to create a development > environment. > > mod_perl-1.31 y apache_1.3.41 on Ubuntu Linux 12.04 > > The makefile is created fine:

Problem compiling 1.0 on linux

2012-12-03 Thread Hans C. Poo
Hi. I have a legacy mod_perl project, and need to create a development environment. mod_perl-1.31 y apache_1.3.41 on Ubuntu Linux 12.04 The makefile is created fine: hans@tierra:~/desarrollo/mod_perl-1.31$ perl Makefile.PL DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 Then, when issuing make: cc -O2