customapache errors

hostpc.com

Verified User
Joined
Aug 2, 2003
Messages
1,178
Location
Schenectady, NY
Trying to run ./customapache.sh in the /usr/local/directadmin/scripts directory, and I'm getting some make failures...

<=== src/modules/ssl
===> src/modules/frontpage
/bin/sh: line 1: cd: frontpage: No such file or directory
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/apache_1.3.31/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/directadmin/customapache/apache_1.3.31'
make: *** [build] Error 2

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



Can ya tell me what it's looking for at that point?

Also having a REAL slow time with dns resolution on the server - was thinking it was a bind error, and wanted to try reinstalling bind.. any thoughts on that while I'm at it?

Thanks

Joe
 
I've noticed a few fedora 1 systems misssing a few rpms..

See:
http://help.directadmin.com/item.php?id=19
http://help.directadmin.com/item.php?id=5 (related to gcc-c++ as mentioned above)

As for slow dns resolution, that might happen if you have a few dns servers listed, but the first few arn't working so it waits for the timeout before trying the next one.

Edit /etc/resolv.conf and set "nameserver 127.0.0.1" at the very top of the file to use your own dns server as the primary dns resource.

John
 
Oh.. old install? remove the configure.apache_ssl file and do a "./build update" .. .you might have the old method of loading the frontpage module.

rm -rf configure.*
./build clean
./build update
./build all

John
 
Back
Top