I'm trying to get Php 4.0.1pl2 and apache 1.3.12 to run on a fresh install of Redhat 6.2.
Apache compiles fine but I;m having a little trouble with Php. I'm using the command line:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-perl=/usr/bin/perl
The perl version is 5.005_03
I have confirmed that all programs reside at these locations. Php displays:
Checking for Apache module support via DSO through APXS....
Usage: apxs -g [blah blah blash for several options]
Configure: error: Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs.
Any ideas I am beating my head up against the wall.
Thanks for any help
Ray