Re: [PHP-INSTALL] error when running PHP 5 CLI on shared Linux Godaddy account
[email protected] (Paul Reinheimer)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
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/4_3/ZendOptimizer.so You're running PHP 5, but pased on the path, I might presume that Zend Optimizer was built for an earlier version of PHP. Try disabling that extension, or looking for a more recent version on disk (/usr/local/zo/5_3/ZendOptimizer.so ?) paul -- Paul Reinheimer