Re: Cron running 'Hello world' script dies with "Could not startup."

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, August 9, 2006 3:14 am, Ivo F.A.C. Fokkema wrote:
> SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the
> PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure
> about
> other distros.

Probably because the PATH to the GTK.so file is not absolute in your
php.ini, so your can find it from your shell environment, but the cron
shell environment cannot find it.

If you dink around with the paths in php.ini for extension_dir and the
GTK.so, and if you set permissions up, you should be able to make it
work, if you want it to.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux