Ticket #115 (closed defect: wontfix)
Compile Error PHP 5.2.3 XCache 1.0.3 on debian gnu linux
| Reported by: | axel | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | build | Version: | 1.0.3 |
| Keywords: | suhosin, php 5.2.3, linux | Cc: | asauerhoefer@… |
| Blocked By: | PHP Version: | 5.2.3 | |
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | apache2handler | |
| Probability: | Blocking: |
Description
Hi,
today i tried to compile xcache 1.0.3 under debian sarge ( i686 ) with php 5.2.3.
Php 5.2.3 is self compield and patched with suhosin patch.
-- php configure -- export CFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -pipe -fomit-frame-pointer -fstrength-reduce -ffast-math -msse3 -mfpmath=sse"
./configure \ --prefix=/usr/local/php-suhosin-5.2.3 \ --with-config-file-path=/usr/local/php-suhosin-5.2.3/etc \ --disable-pear \ --with-apxs2=/usr/bin/apxs2 \ --with-mysqli \ --with-gettext \ --with-zlib \ --with-mhash \ --with-openssl \ --with-bz2 \ --enable-bcmath \ --with-curl \ --enable-calendar \ --enable-exif \ --enable-ftp \ --enable-mbstring \ --with-mime_magic \ --enable-pcntl \ --enable-shmop \ --enable-soap \ --enable-sockets \ --with-sysvmsg \ --enable-sysvmsg \ --enable-sysvshm \ --enable-wddx \ --with-xmlrpc \ --with-xsl \ --with-gd=/usr \ --enable-gd-native-ttf \ --with-jpeg-dir=/usr/lib \ --with-xpm-dir=/usr/X11R6 \ --with-png-dir=/usr/lib \ --with-freetype-dir=/usr/lib \ --with-ttf=/usr/lib \ --with-t1lib=/usr/lib \ --with-zend-vm=GOTO \ --enable-suhosin \ -- end php configure --
--xcache configure -- export CFLAGS="-march=pentium4 -mcpu=pentium4 -O3 -pipe -fomit-frame-pointer -fstrength-reduce -ffast-math -msse3 -mfpmath=sse"
./configure \ --enable-xcache \ --end xcache configure --
Maybe the suhosin patch is guilty ?!?
I attached the make output.
best regards, axel

