Hi, I'm trying to install PHP4 to RedHat7 as an Apache DSO (with mysql support) and i can't find file called apxs anywhere! Is it possible to install PHP without that file or do I have to get it somewhere?
<<< Jartsa >>>
You need to get the apache-dev RPM and install it.
you should just be able to say --with-apxs=/usr/local/apache/bin/apxs
you have to point directly to the file.. were ever you apache directory is, point to bin/apxs..that should work.
Thanks Steve! Missing file found and PHP4 instaled succesfully.