On my server, I have to occasionally recompile PHP manually.
However, I am having a bit of a problem.
First, I cd to the PHP directory on CPanel... In my case, it is...
cd /home/cpapachebuild/buildapache/php-4.2.3
Then, I to a configure command...
./configure blah, blah, blah
That goes fine.
Then I make and make install.
make
make install
Then, I reboot http.
However, when I go to info.php to see the PHP info page, it shows that it did not recompile. It shows a last compile date of 3 months ago. What in the world am I doing wrong?
However, I am having a bit of a problem.
First, I cd to the PHP directory on CPanel... In my case, it is...
cd /home/cpapachebuild/buildapache/php-4.2.3
Then, I to a configure command...
./configure blah, blah, blah
That goes fine.
Then I make and make install.
make
make install
Then, I reboot http.
However, when I go to info.php to see the PHP info page, it shows that it did not recompile. It shows a last compile date of 3 months ago. What in the world am I doing wrong?