Build Zend with some mistakes.

crazyloong

Verified User
Joined
Jul 8, 2007
Messages
27
./build zend
File already exists: ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz

Location of php.ini:
/usr/local/lib
Press return to continue...


I want to build Zend, but the used php.ini is /usr/local/etc/php5/cgi/php.ini, not /usr/local/lib. How to fix it? Thanks.

Following is PHP settgins in options.conf
#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=no
php5_cli=no
php5_cgi=yes
zend=yes
 
what is the problem? I'm not sure what you are asking?

Hi,

When I build Zend via Custom Build, it tell the php.ini is in /usr/local/lib, but in fact, the used php.ini is /usr/local/etc/php5/cgi/php.ini in my server. I want to know how to fix it.
 
Back
Top