Question about php.ini path !

Dauser2007

Verified User
Joined
Dec 5, 2007
Messages
209
Few days ago, i have install CGI instead of cli which via custombuild 1.2.
my os is centos 5.2 , php 5.26 , apache is 2.2.9

Question is:

after ./build all ,i have found the Configuration File (php.ini) Path is /usr/local/etc/php5/cgi

but in directadmin pannel the file path is /usr/local/lib

My step is ./build all , also have ./build php-ini and ./build rewrite_confs etc. but that still there (/usr/local/lib) !

as i know should be /usr/local/etc/php5/cgi

What can i do from now on ?

thanks

Dauser
 
fix, using nl -s /usr/local/Zend/etc/php.ini /usr/local/lib/php.ini

this is my way !
 
Back
Top