Welcome Guest | Login

cron question

Hi,

I have an autoresponder and with a cron job I want to schedule broadcast messages to run automatically.

I have this command to do this task:

php -q /home/pixelmo/public_html/radoslaw/atrp/broadcastmailer.php

When I manually run this from a command line it runs ok and my message is broadcasted.

But when I run it through the cron job with the following command:

59 * * * * php -q /home/pixelmo/public_html/radoslaw/atrp/broadcastmailer.php (to run it every hour)

i see that my message is not sent and I get this output in my mailbox:

Subject: Cron <pixelmo@luther> php -q /home/pixelmo/public_html/radoslaw/atrp/broadcastmailer.php

(...)

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

What could be the problem?

2007-03-12 04:21 PM

I can see that the libmysqlclient version on the server is greater that the one which is being requested by php. You can ignore the warning if you are not using any mysql queries inside your PHP mailing script. If the PHP script is not working, please open a ticket with the support Team to get it fixed

2007-03-12 07:53 PM

HostingRails Support

Hello Guest! In order to post you must be an active client with us, please log in or sign up today!