Re: Problem compiling 1.0 on linux

2012-12-03 Thread Hans C. Poo
Hi, I've continued looking with more atention, and the format messages were just warnings, the error appears with an lvalue assignement in mod_perl.c: mod_perl.c:790:15: error: lvalue required as left operand of assignment And the aforementioned line is: GvCV(exitgp) = perl_get_cv("Apache::e

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