tags 402181 moreinfo thanks hi alex,
On Fri, 2006-12-08 at 21:14 +0200, vizor wrote:
> Package: php5
> Version: 5.2.0-7
>
> and
>
> Package: apache2
> Version: 2.2.3-3.1
>
> When I install Zend Optimizer and try browse encoded page, apache2 write in
> log file:
> [Thu Dec 07 13:51:19 2006] [notice] child pid 3362 exit signal Segmentation
> fault (11)
>
> I am using Debian GNU/Linux 4.0 from unstable, kernel 2.6.18 from source
> and libc6 2.3.6.ds1-8.
i could be wrong on this (someone else should chime in i guess), but i'm
guessing that the version of php in debian isn't binary-compatible with
the Zend Optimiser due to being compiled with different Largefile
support (that is -DFILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE).
if you want to verify this yourself, you can try downloading the php4
source package, installing the build-dependencies, and removing the
line in debian/rules that says:
CFLAGS += $(shell getconf LFS_CFLAGS)
then building the package. and seeing if you get trouble with the Zend
Optimiser with that package as well.
sean
signature.asc
Description: This is a digitally signed message part

