Page 1 of 1

PHP 5/Apache2 install question

Posted: Thu Sep 07, 2006 8:16 pm
by t0ta11ed
This should be an easy answer for those that know..I'm currently working on upgrading PHP to 5 on a Linux box already using 4. This is my first time doing so on Nix completely from the command line, so I'm sort of learning as I go here. Install works out well...make install/make completes with no probs after running:

./configure --with-mcrypt --with-mysql --with-apxs2

However, after this I only see libphp4.so on the system. My question is basically shouldn't I see libphp5.so somewhere or am I missing something?