Hi
Sorry for first post being a question
Followed instructions in this thread up to...
Runs OK up until that same error....
Apache runs OK as 1.3.36 (I'm on Fedora Core 4, dunno if that makes a difference?). Same thing happened first time I tried and then I successfully went back to 1.3.36.
Tried again this time removing old php folder as suggested, same result.
Sorry for first post being a question

Followed instructions in this thread up to...
Code:
cd /usr/local/directadmin/customapache
rm -fr build
wget [url]http://files.directadmin.com/services/customapache/build[/url]
chmod 755 build
./build update
./build update_data_ap2
./build convert
./build clean
./build php_ap2 y
Runs OK up until that same error....
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... apxs:Error: Invalid query string `BINDIR'
apxs:Error: Invalid query string `MPM_NAME'
apxs:Error: Invalid query string `APU_BINDIR'
apxs:Error: Invalid query string `APR_BINDIR'
./configure: line 5674: /apr-config: No such file or directory
./configure: line 5675: /apu-config: No such file or directory
configure: error: You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)
*** There was an error while trying to configure php. Check the configure.php file
Apache runs OK as 1.3.36 (I'm on Fedora Core 4, dunno if that makes a difference?). Same thing happened first time I tried and then I successfully went back to 1.3.36.
Tried again this time removing old php folder as suggested, same result.