On 3 Nov 1999, Greg Stark wrote:

> 
> 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':

did you ever get this sorted out?  this link line isn't even close to
correct, how did you go about building, Makefile.PL options, etc??

Reply via email to