Web Hosting Talk







View Full Version : php 4.2.3 problem how to fix?


control
11-10-2002, 04:42 PM
root@host [/]# php -v
Failed loading /usr/local/Zend/lib/ZendOptimizer.so: /usr/local/Zend/lib/ZendOptimizer.so: cannot open shared object file: No such file or directory
4.2.3

I am using redhat 7.3 with the lastest version of cpanel.

Thanks in advanced

CipherVendor
11-10-2002, 04:44 PM
Run this as root: /scripts/installzendopt-php421

Hit enter once the script executes (make sure it doesn't error) and then restart apache. If you want a more current version of Zend Opt. download it from Zend.

control
11-10-2002, 04:53 PM
/scripts/installzendopt-php421
This requires php 4.2.1
Press enter to continue or ctrl+c to exit

mkdir: cannot create directory `/usr/local/Zend/lib': No such file or directory
mkdir: cannot create directory `/usr/local/lib': File exists
x - creating lock directory
x - SKIPPING /usr/local/lib/php.ini (file already exists)
x - creating directory /usr/local/Zend
x - creating directory /usr/local/Zend/lib
x - extracting /usr/local/Zend/lib/ZendOptimizer.so (binary)
You must now restart apache.

cool thx it works...