Re: [PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Patrick Price
Thanks for the response. I updated my php5.ini and no longer get the error: Failed loading /usr/local/zo/4_3/ZendOptimizer.so: /usr/local/zo/4_3/ZendOptimizer.so: undefined symbol: empty_string But I still am getting the error: /web/cgi-bin/php5: Symbol `client_errors' has different size in shar

Re: [PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Paul Reinheimer
Hi Peter, I think the problem is here: > /web/cgi-bin/php5: Symbol `client_errors' has different size in shared > object, consider re-linking > Failed loading /usr/local/zo/4_3/ZendOptimizer.so: > /usr/local/zo/4_3/ZendOptimizer.so: undefined symbol: empty_string > zend_extension=/usr/local/zo/

[PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account

2009-02-11 Thread Patrick Price
Hey, I have a new site on Godaddy's Shared Linux hosting and when running from the CLI it defaults to using PHP 4.4.9. If I prepend my command with /web/cgi-bin/php5 it will use the PHP5 engine. I had to create a new php5.ini in my root folder to override a few php5.ini settings. Whenever I run