I recompiled PHP -- worked ok.. command line php -i shows version 4.3.7 installed.
Recompiled Apache.
There is only one libphp file on my system under modules.
A phpinfo page shows 4.3.0 build May 30 2004 instead of today June 12.. The system clock is correct...
I am now COMPLETELY LOST!!!
What have I missed, I thought I did everything per the instructions... I don't even know where to start looking.
Any assistance would be greatly appreciated.
Here is the php configure command
./configure --with-apcs2=/usr/local/apache2/bin/apxs \
--enable-mbstring \
--enable-mbregex \
--enable-mbstr-enc-trans \
--enable-trans-sid \
--enable-gd \
--with-mysql=/usr/local/mysql
Here is the apache build command
./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-mbstring --enable-mbregex --enable-mbstr-enc-trans --enable-trans-sid --with-mysql=/usr/local/mysql
Does anything look just WAY OFF here??