Check out your php.ini file and look for some lines that read something 
along the lines of

zend_extension=/path/to/ZendOptimizer.so
zend_optimizer.optimization_level=15

Then either:

a. Get rid of those lines; or
b. Get the Zend Optimizer and put it some place where PHP can see it can 
modify the zend_extension line in your php.ini file accordingly.

J

Ezra Nugroho wrote:

> I was trying to compile php command line and got some problem.
> Maybe some of you can help.
> 
> version: 4.1.2
> I did:
> ./configure --with-ldap --with-oracle --with-oci8
> --with-mysql=/usr/src/mysql-3.23.43-pc-linux-gnu-i686 --enable-track-vars
> --disable-debug --prefix=/usr/local/apache/php
> --with-config-file-path=/usr/local/apache/lib --with-gd
> 
> when tested, it gave:
> Failed loading /usr/local/apache/libexec/ZendOptimizer.so:
> /usr/local/apache/libexec/ZendOptimizer.so: cannot open shared object
> file: No such file or directory
> 
> I couldn't find ZendOptimizer.so anywhere.
> Any clue?
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to