utahcon Posted September 20, 2007 Share Posted September 20, 2007 I just did a fresh install with php... here is my config from phpinfo() './configure' '--sysconfdir=/etc' '--datadir=/usr/share/php' '--libdir=/usr/lib' '--includedir=/usr/include' '--with-apxs2=/usr/local/apache2/bin/apxs' '--disable-ipv6' '--with-openssl' '--with-zlib' '--enable-bcmath' '--with-bz2' '--enable-calendar' '--with-curl' '--enable-exif' '--with-gd' '--with-gmp' '--with-imap' '--with-imap-ssl' '--with-ldap' '--with-ldap-sasl' '--enable-mbstring' '--with-mcrypt' '--with-mhash' '--with-mssql' '--with-mysqli' '--with-readline' '--enable-soap' '--enable-sockets' '--enable-zip' '--with-pear' '--enable-ftp' '--enable-pcntl' '--with-freetype-dir=/usr/include/freetype2' '--with-png-dir=/usr/include/libpng' '--with-tidy' '--with-oci8=instantclient,/opt/oracle/instantclient/instantclient_11_1' '--with-kerberos' Somehow I am not sure how, I got PHP to not read my php.ini file. I have checked and double checked for a php.ini in a rouge place, but I don't see any. Just the one in /usr/local/lib I don't know how to fix this one. Ideas? Quote Link to comment Share on other sites More sharing options...
trq Posted September 21, 2007 Share Posted September 21, 2007 You need to move a php.ini (the one provided in /usr/local/lib) into your /etc directory. Quote Link to comment Share on other sites More sharing options...
chillininvt Posted October 8, 2007 Share Posted October 8, 2007 Check in your httpd.conf for the path to the php.ini file or any alias ini files that could be used. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.