Hello--

I am getting the following error message when running a PHP script from a
Telnet session or from Cron: "Failed loading
/usr/local/Zend/lib/ZendOptimizer.so:  /usr/local/Zend/lib/ZendOptimizer.so:
undefined symbol: zend_get_ini_entry".  The problem appears to have started
when my hosting service updated their kernel.

== General Info ==========
  PHP v4.0.6
  Zend Engine v1.0.6
  Linux
  Apache v1.3.20
  PHP running as an Apache Module
  PHP/Zend has been rebuilt (to troubleshot problem)

== test.php ==========
  <?php
    Print "Test script to help get the ZendOptimizer problem worked out...";
  ?>

== Command Line 1 (Manual) ==========
  php test.php

== Command Line 2 (Cron) ==========
  php /home/rkemp/public_html/sec/admin/sitemaint.php > /dev/null

Has anyone seen this error before, and if so have you come up with a
solution?

Thanks,
Robert




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to