[php-maint] Bug#616323: segfaults when serving HTTP requests (including non-PHP ones) on kfreebsd-i386

Petr Salinger Petr.Salinger at seznam.cz
Fri Mar 4 06:43:46 UTC 2011


> When libapache2-mod-php5 is loaded, with every trivial HTTP request
> (fetch of http://localhost/ in default apache2 install), one of the
> apache2 children segfaults, as registered in /var/log/apache2/error.log:

Please could you try to rebuild php5 with "PHP5_COMPAT=yes" in 
debian/rules ?

On kfreebsd-i386, the off_t is 64 bit under all configurations,
but ino_t is 32 bit under standard
and 64-bit under "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64".

According to build logs,
apache is configured without these flags, but php5 with them.

Petr






More information about the pkg-php-maint mailing list