Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16897 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85917 invoked by uid 1010); 24 Jun 2005 19:26:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85902 invoked from network); 24 Jun 2005 19:26:21 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 24 Jun 2005 19:26:21 -0000 X-Host-Fingerprint: 204.31.68.132 unknown Linux 2.5 (sometimes 2.4) (4) Received: from ([204.31.68.132:43538] helo=www.onnet.cc) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 60/CA-22648-D5E5CB24 for ; Fri, 24 Jun 2005 15:26:21 -0400 Received: from 192.168.0.3 by www.onnet.cc (Sambar SMTPD); id s20050624132614.171; Fri, 24 Jun 2005 13:26:14 Message-ID: <42BC5E58.7060607@onnet.cc> Date: Fri, 24 Jun 2005 13:26:16 -0600 User-Agent: Mozilla Thunderbird 1.0 (Windows/20050323) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP 5.1.0b2 (CGI) on Fedora 4 *never* reads /etc/php.ini; doesn't build /usr/lib/php/modules/*.so From: phpuser.ken@onnet.cc ("phpuser.ken") Has anyone encountered this? I cant get any of the attributes in /etc/php.ini to be read, even when built with: make clean && ./configure --with-config-file-path=/etc/ --with-unixODBC --with-mod_charset --enable-discard-path --with-zlib --enable-bcmath --with-curl --with-inifile --enable-exif --enable-ftp --with-gd --with-ldap --enable-sockets --disable-libxml --disable-dom --disable-simplexml --disable-xml --without-pear && make && make install File perms are fine. Additionally, I have modules compiled in, but the error log mentions it cant load dynamic library '/usr/lib/php/modules/gd.so' (because it truly doesn't exist). Why is this version of PHP not creating the module directories anymore?? Help!!!!! :-) ken