Build error with Apache 1.3.33 update

glarkin

Verified User
Joined
Apr 27, 2004
Messages
24
Hi all,

I have been using the DA package update scripts with no problem for months now. I just tried to build the new Apache 1.3.33 with the following commands:

./build update
./build clean
./build all

Everything mostly works, but I'm getting this error from the mod_perl build. Can anyone shed some light on it?

Found /usr/local/directadmin/customapache/mod_perl-1.0-current.tar.gz
Extracting ...
Done.
./build: line 1034: cd: mod_perl-1.29: No such file or directory
Configuring mod_perl-1.29...
Can't open perl script "Makefile.PL": No such file or directory
Done. Making mod_perl-1.29...
Trying to make mod_perl...
make: *** No targets specified and no makefile found. Stop.

*** The make has failed, do you want to try to make again? (y,n):
 
Hi Tom,

Great, thank you for that pointer. I should have taken some time to investigate further before posting, but I accidentally took the Apache process down during the build and was scrambling to get it working again. To fix the problem temporarily, I manually edited the build script to revert the mod_perl version back to 1.27.

Thanks,
Greg
 
Back
Top