CentOS "apxs" command not found
apxs is an Apachec extension tool.
I realize that this tool, is by default, not installed under CentOS (or perhaps even RedHat).
To fix this, just install it using yum by:
Hope this helps.
I realize that this tool, is by default, not installed under CentOS (or perhaps even RedHat).
To fix this, just install it using yum by:
yum install httpd-devel.i386where apxs is installed under "httpd-devel" package.
Hope this helps.
Comments
Finally I use
yum install httpd-devel.x86_64