Jump to content

libphp5.so


Recommended Posts

Good day folks,

 

I am having trouble with libphp5.so not being updated after re-compiling php5.  I upgraded mysql from 4.1.16 to 5.0.27 and added the appropriate switches to define the new mysql parameters but the library file still contains references to the old mysql instance and I can't seem to get over the issue.  Does anyone have any idea how I can force the removal of the old mysql references in the php5 library file because it is causing issues with restarting Apache.

 

If I remove libphp5.so and try to make install it fails and complains about it not being present.

 

Can anyone help me understand the proper steps required to update libphp5.so and get these old mysql 4 references out of the library file?

 

Thanks,

Danny

Link to comment
Share on other sites

I assume you are checking the version of MySQL through the page generated by the phpinfo() function? If so phpinfo does not return the version of the MySQL server installed but the version of the MySQL Client API (which is libmysql.so). The Client API should match the version of MySQL you have installed. In order to get a newer client API PHP will need to be upgraded.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.