[PHP 5.2.11] Segmentation Fault on php-imap

Support/Development for PHP
Drey
New Forum User
New Forum User
Posts: 2
Joined: Thu Nov 05, 2009 4:31 am

[PHP 5.2.11] Segmentation Fault on php-imap

Unread post by Drey »

Did anyone else encounter a segfault in Horde when using the latest PHP rpm's?
Apache returns Segmentation Fault when I'try to login.
I have more than 1024 open files, but I thought that shouldn't be a problem anymore?

Code: Select all

[root@server x86_64]# lsof | grep httpd | sort -k 9 -u | wc -lc
   1218  171748
I'm running Plesk 9.2.1
Any idea how I can fix this?
Drey
New Forum User
New Forum User
Posts: 2
Joined: Thu Nov 05, 2009 4:31 am

Re: [PHP 5.2.11] Segmentation Fault on php-imap

Unread post by Drey »

Never mind, I think it's fixed.
I rebuilt libc-client-2004g-2.2.1.x86_64.rpm with rpmbuild from sources from the centos website and we can logon again \o/
Post Reply