PDA

View Full Version : customapache errors


hostpc.com
06-23-2004, 11:02 AM
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

hostpc.com
06-23-2004, 11:08 AM
I did try,

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

and made sure gcc-c++ was installed, per this thread:

http://www.directadmin.com/forum/showthread.php?s=&threadid=2854

Still got the same errors.

DirectAdmin Support
06-23-2004, 11:16 AM
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

hostpc.com
06-23-2004, 11:27 AM
This is a RH9 box... not Fedora :(

DirectAdmin Support
06-23-2004, 11:36 AM
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