#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@… |
| Application: | PHP Version: | 5.2.3 | |
| Other Exts: | SAPI: | apache2handler | |
| Probability: | Blocked By: | ||
| 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
Attachments (1)
Change History (5)
Changed 6 years ago by axel
comment:1 Changed 6 years ago by axel
- pending changed from 1 to 0
Hi,
sorry i downloaded a wrong version ;(
Now i will try it with 1.2.1.
what a mistake
best regards,
axel
comment:2 Changed 6 years ago by axel
Hi,
its me again, version 1.2.1 is compiling fine :)
Somebody can close this ticket?
best regards,
axel
comment:3 Changed 6 years ago by moo
- Resolution set to wontfix
- Status changed from new to closed
thanks
comment:4 Changed 6 years ago by moo
- Milestone changed from 1.3.0 to 1.2


make output