PHP 5/Apache2 install question

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
t0ta11ed
Forum Newbie
Posts: 10
Joined: Sun Jul 02, 2006 8:19 am

PHP 5/Apache2 install question

Post 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?
Post Reply