Quoting Adam Conrad ([EMAIL PROTECTED]): > Zoran Dzelajlija said: > > > > apache 1.3 php4 module segfaults when running squirrelmail on some > > installations. I've narrowed it down to libapache-mod-perl, > > libapache-mod-ssl and this package being installed, and this piece of > > code: > > Does this still occur if you remove 'extension=snmp.so' from your php.ini?
Nope, it appears to be working without it. > If not, which version of that extension do you have installed, and does > upgrading it help? It was synched with the rest of php4, 4:4.3.10-8. I tried upgrading to 4.3.10-9 from unstable, and it does not work either. _However_, if I remove quite a bit of extensions, and leave snmp, it works. I believe it's more a function of quantity than of quality. ;-) For example, this works: ;extension=gd.so ;extension=ldap.so extension=mysql.so extension=domxml.so ;extension=imap.so ;extension=mcal.so ;extension=mhash.so extension=odbc.so extension=recode.so ;extension=snmp.so extension=sybase_ct.so extension=xslt.so The inverse works too! However, switching them all on results in segfault. Zoran -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]