[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug 207069



I'm seeing a similar problem as the filer of this bug. I found one aspect that may mean this is a different problem than http://bugs.debian.org/205592

It appears that although I am using the imap.so extension, I am not using the pgsql.so extension, yet apache still craps out on me if I have php4 loaded. Comment out php4 and life is good.

grep ^extension /etc/php4/cgi/php.ini
extension=imap.so
extension=mysql.so
extension=ldap.so

$


...and to be doubly-sure:
grep ^extension `sudo find / -name php.ini `
/etc/php4/apache/php.ini:extension=ldap.so
/etc/php4/apache/php.ini:extension=mysql.so
/etc/php4/apache/php.ini:extension=imap.so
/etc/php4/cgi/php.ini:extension=imap.so
/etc/php4/cgi/php.ini:extension=mysql.so
/etc/php4/cgi/php.ini:extension=ldap.so
$

Am I missing anything stupid?

--Rich


_________________________________________________________

Rich Puhek
ETN Systems Inc.
2125 1st Ave East
Hibbing MN 55746

tel:   218.262.1130
email: rpuhek@etnsystems.com
_________________________________________________________



Reply to: