PDA

View Full Version : iPanel Cron Not Working After MySQL Update



Barnaby
08-04-2009, 01:37 AM
I've just upgraded MySQL on my WHM/CPanel server from version 4.1 to version 5.

I use iPanel to manage the user accounts. After the upgrade, the cronjob that runs every 2 minutes now gives the following error:



php: /usr/lib/libmysqlclient.so.14: version `libmysqlclient_14' not found (required by php)

Any ideas what is causing this and how to fix it?

Cheers

Chris
08-04-2009, 01:50 AM
It sounds like the shared library was removed during the upgrade.

This has happened to me before - since I had to add extra packages anyway, I just recompiled Apache. It is probably a good idea to do this as you can take this opportunity to update PHP etc. Someone else may suggest another way, but this is probably the quickest and least dirty way to fix this.

From WHM, goto Software --> Easy Apache and follow the prompts.

Barnaby
08-04-2009, 03:04 PM
It worked! Thanks! :D