> > > --On 26. maj 2006 20:01 +0300 Tomas Kuliavas <[EMAIL PROTECTED]> > wrote: > >>>>> I had a working SM for a couple of months. Yesterday I have decided >>>>> to >>>>> upgrade my freebsd 5.5. After the upgrade now I got at login blank >>>>> page >>>>> and >>>>> no error in the php error log but I have an error in httpd log: >>>>> [Fri May 26 18:11:05 2006] [notice] child pid 5316 exit signal >>>>> Segmentation >>>>> fault (11) >>>>> I have SM 1.4.6, php 4.4.2, apache 2.0.58 >>>>> Also I have noticed that my phpMyAdmin have the same issue BUT my >>>>> phpBB >>>>> forum is working prefectly. >>>>> >>>>> Any idea what could be wrong here? >>>> >>>> I think you have installed new apache when old apache was still >>>> running. >>>> >>>> Stop apache. Make sure that all httpd processes are closed. >>>> >>>> Then start apache and check SquirrelMail configtest.php script. >>> >>> The same thing. I got blank page on configtest.php script. >> >> Which extensions are shared in your setup? >> >> Are you sure that you have recompiled all related php packages? > > extension=pdf.so > extension=fileinfo.so > extension=pdf.so > extension=ftp.so > extension=mysql.so > extension=mbstring.so > extension=ldap.so > extension=gettext.so > extension=imap.so > extension=bz2.so > extension=pcre.so > extension=xml.so > extension=iconv.so > extension=openssl.so > extension=ctype.so > extension=simplexml.so > extension=session.so > extension=zlib.so > extension=mcrypt.so > extension=dom.so > extension=gd.so > extension=mhash.so > extension=session.so > extension=mhash.so > extension=gettext.so > extension=mbstring.so > extension=pcre.so > extension=openssl.so > extension=xml.so > extension=mcrypt.so > extension=mysql.so
1. remove all extensions and check you can call phpinfo() without causing segfault. 2. enable only session and pcre extensions and check if you can pass SquirrelMail configtest.php 3. enable extensions one by one until you get segfault error -- Tomas ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
