Re: [PHP] Running PHP from Telnet/Cron

2001-11-13 Thread Dan McCullough

I got something similar and it had to do with a corupted binary file.  It could have 
been on a
download or the upload to the install directory.

thats the only problem I had.  have you tried running ? phpinfo(); ? you should see a
ZendOptimizer line if its running.

--- Robert Kemp [EMAIL PROTECTED] wrote:
 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]
 


=
Dan McCullough
---
Theres no such thing as a problem unless the servers are on fire!
h: 603.444.9808
w: McCullough Family
w: At Work

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

-- 
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]




[PHP] Running PHP from Telnet/Cron

2001-11-12 Thread Robert Kemp

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]