Install bug cannot run apxs

mcode

Verified User
Joined
Jul 5, 2012
Messages
15
Please help...


Perl is installed, not sure what to do.


Here is the error

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 apxs follows:
./configure: line 6372: apxs: command not found
configure: error: Aborting
 
Please post the output of:
Code:
ls -l /usr/sbin/apxs
echo $PATH
 
[root@server1 ~]# ls -l /usr/sbin/apxs
ls: cannot access /usr/sbin/apxs: No such file or directory
[root@server1 ~]# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
[root@server1 ~]#
 
Is apache installed on the system? Please check:
Code:
httpd -V
 
I thought Directadmin setup.sh would install. Whats my next step?
 
That was the issue.. I must have missed one of them. Then did a re-install and it works. Thanks!
 
Back
Top