Has nobody seen these problems? It seems strange, I had no trouble building
1.3.4+1.19 on Solaris but this is a fresh build on Linux with 1.3.9+1.21 and
these errors don't seem to be configuration dependent, they look like generic
problems with the build system. What could be wrong?

Greg Stark <[EMAIL PROTECTED]> writes:

> I'm trying to update to 1.3.9+1.21 but I'm having various problems:
> 
> 1) The makefile seems to try to run ../apaci even though perl is two levels
>    deep, so it can't find ../apaci, it would have to be ../../apaci
> 
> ===> src/modules/perl
> gcc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DLINUX=2 
>-DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci`  `/data/app/perl/bin/perl 
>-MExtUtils::Embed -e ccopts`               -DNO_PERL_RESTART       
>-DMOD_PERL_VERSION=\"1.21\"  -I./os/unix -I../../include     -c mod_perl_opmask.c -o 
>mod_perl_opmask.o
> /bin/sh: ../apaci: No such file or directory
> 
> 2) when it tries to link it gets pages and pages of these errors:
> 
> gcc  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci`    \
>       -o httpd buildmark.o modules.o modules/perl/libperl.a 
>modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a 
>regex/libregex.a lib/expat-lite/libexpat.a  -lm -lcrypt
> modules/perl/libperl.a(mod_perl.o): In function `perl_shutdown':
> mod_perl.o(.text+0xf8): undefined reference to `PL_perl_destruct_level'
> mod_perl.o(.text+0x102): undefined reference to `PL_perl_destruct_level'
> mod_perl.o(.text+0x10c): undefined reference to `PL_perl_destruct_level'
> mod_perl.o(.text+0x13b): undefined reference to `Perl_av_undef'
> mod_perl.o(.text+0x149): undefined reference to `Perl_sv_free'
> mod_perl.o(.text+0x161): undefined reference to `Perl_av_undef'
> 
> 
> 3) Once I got it to build the httpd segfaulted whenever it got a request.
> 
> Needless to say I'm a bit frustrated :(
> 
> -- 
> greg
> 

-- 
greg

Reply via email to