On Monday 22 October 2007, Vishnu Mohanan wrote: > When I checked in the system, there is no folder named "APXS". > The APXS folder is not creating in the "/usr/local/apache2/bin/" directory. > I am using Fedora 5 version. > Is APXS is necessary? Then how will we create that?
apxs is a program distributed with the apache web server to simplify module developement. mod_perl needs it to inquire configuration data like compiler flags, paths etc. It normally resides in the same directory as your http server. So look at the place where your http server is installed and you'll find an apxs program or just do: find / -name apxs -type f -print Torsten
signature.asc
Description: This is a digitally signed message part.