Tutorial to install mod_perl 1.0 from source on latest ubuntu linux

2013-02-22 Thread Hans C. Poo
Hi, I've write down/collected some instructions to install mod_perl 1.0 from source on latest ubuntu linux. http://www.welinux.cl/wordpress/legacy-mod_perl-1-0-from-source/ May help someone. Bye Hans Poo, Welinux S.A. Bombero Ossa #1010, oficina 800, +56-2-3729770, Movil: +56-9-3199305 Santiag

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-07 Thread Hans C. Poo
until the new system is ready. It was a gcc or glibc related issue. Thanks Hans Hans Poo, Welinux S.A. Bombero Ossa #1010, oficina 800, +56-2-3729770, Movil: +56-9-3199305 Santiago, Chile - Mensaje original - > De: "Fred Moyer" > Para: "Hans C. Poo" &g

Re: Problem compiling 1.0 on linux

2012-12-03 Thread Hans C. Poo
uot;Apache::exit", TRUE); ¿ Not sure but it's a gcc thing ? Hans Hans Poo, 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 > Enviad

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