perl Makefile.PL APACHE_SRC=../apache_1.3.29/src APACHE_PREFIX=/usr/local/apache DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
That finishes up just fine. The problem is during make. An onslaught of errors come back starting with these:
modules/standard/libstandard.a(mod_include.o): In function `handle_perl': mod_include.o(.text+0x1e78): undefined reference to `Perl_newAV' mod_include.o(.text+0x1f4c): undefined reference to `Perl_newSVpv' mod_include.o(.text+0x1fb3): undefined reference to `Perl_newSVpv' mod_include.o(.text+0x1fc5): undefined reference to `Perl_av_push'
... many more snipped ...
According to the documentation, it is likely I have a 'broken' perl. Never had any other problems with perl on this system.
perl -v
This is perl, v5.6.1 built for i386-linux
Since my debian perl packages are the latest out of their stable branch, I assume the only way to fix the current perl installation is to leave it be and install the latest stable perl from source in to another location and change around a couple symlinks. If anyone has other suggestions please advise!
Thanks
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html