I am trying to install php on red hat machine . When I configure I get error "sorry, I cannot run apxs, Possible error.."
- apxs was not found.
- Apache was not built using --enable-so
I try locating apxs on my server machine 'locate apxs'
output:/var/www/manual/programs/apxs.html
I did little R&D to find more about apxs...
httpd -l [referring from httpd docs] and it list the compiled modules [core,prefork,http_core and mod_so]
So I have mod_so compiled but still it throws apxs error... I have httpd running on my machine... I need some pointers to work upon this...can someone share please.
Kindly consider I am new to this..