[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Zend Optimizer
- Subject: [cobalt-users] Zend Optimizer
- From: "Sean Fay" <cobalt@xxxxxxxxxxxxxxxxx>
- Date: Sun Mar 23 15:44:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm using separate install, more modern version, of the default PHP
4.0.6 installed on my 550 to run my Modernbill web hosting billing
software. The problem is, when I get cron jobs to automate some of
Modernbill's batching processes, I'm getting this error:
Failed loading /usr/local/Zend/lib/ZendOptimizer.so:
/usr/local/Zend/lib/ZendOptimizer.so: undefined symbol:
zend_execute_internal
Zend Optimizer is installed (most recent version) and works great when
called from a web browser. It's being called/loaded in both php.ini
files but from some reason it wont load via cron and Modernbill needs it
to run.
Here is what I'm using as my crontab:
MAILTO=accounts@xxxxxxxxxx
5,20,35,50 * * * * php -q -f -z
/home/sites/www.domain.com/web/billing/include/scripts/run_background_qu
eue.inc.php /home/sites/www.domain.com/web/billing/ cron
I didn't have the "-z" option in there but I read that it's supposed to
load zend, so I added it but no luck.
Any suggestions on how to get Zend to load via cron?
Thanks, Sean