Error when Running Cron job with feedwordpress
php: relocation error: php: symbol deflateInit2_, version libmysqlclient_14 not defined in file libmysqlclient.so.14 with link time referenceI often got this.
I am running feedwordpress
<http://projects.radgeek.com/feedwordpress>
Then I put the following in the cron job, which i access in cpanel
cd $HOME/public_html/wp-content ; php -q update-feeds.php
Can anyone tell me what's wrong?

