PHP Configuration Error
Posted: Tue Jul 04, 2006 4:12 am
Hi,
perhaps a beginner's question: why do I fail using the './configure' option '--with-apxs2=/usr/bin/apxs2'? I just cannot find any tool like 'apxs'
which is definitly not on my system (SuSE OpenLinux 10.0). How can I achieve success with this problem?
The error output was as follows:
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...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/sbin/apxs2 follows:
./configure: line 6323: /usr/sbin/apxs2: No such file or directory
configure: error: Aborting
greetings
Chris

perhaps a beginner's question: why do I fail using the './configure' option '--with-apxs2=/usr/bin/apxs2'? I just cannot find any tool like 'apxs'
which is definitly not on my system (SuSE OpenLinux 10.0). How can I achieve success with this problem?
The error output was as follows:
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...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)
The output of /usr/sbin/apxs2 follows:
./configure: line 6323: /usr/sbin/apxs2: No such file or directory
configure: error: Aborting
greetings
Chris