ID: 46770
Updated by: [EMAIL PROTECTED]
Reported By: ryo dot wong at i010 dot com
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: centos 5.2 64bit
PHP Version: 5.2.7
New Comment:
Try without setting your own CFLAGS, etc. And these paths are invalid:
/usr/local/lib (correct path in this case is: /usr/local)
Previous Comments:
------------------------------------------------------------------------
[2008-12-06 03:39:52] ryo dot wong at i010 dot com
icc: command line warning #10006: ignoring unknown option '-frpath'
icc: command line warning #10006: ignoring unknown option '-frpath'
icc: command line warning #10156: ignoring option '-s'; no argument
required
ipo: warning #11009: file format not recognized for /usr/local/lib
ipo: warning #11009: file format not recognized for
/usr/local/mysqld/lib64/mysql
ld: ext/libxml/.libs/libxml.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with
-fPIC
ext/libxml/.libs/libxml.o: could not read symbols: Bad value
make: *** [libphp5.la] Error 1
#!/bin/sh
source /opt/intel/Compiler/11.0/074/bin/intel64/iccvars_intel64.sh
export CC="icc -static-intel"
export CFLAGS="-O3 -unroll2 -ip -restrict -xP"
export CXX="icpc -static-intel"
export CXXFLAGS="-O3 -unroll2 -ip -restrict -xP"
./configure \
--with-apxs2 \
--with-curl=/usr/local/lib \
--with-gd \
--with-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-png-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-iconv=/usr/local \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-mcrypt \
--with-mhash \
--with-openssl \
--with-kerberos=/usr/lib64 \
--with-mysql=/usr/local/mysqld/lib64/mysql \
--with-mysqli=/usr/local/mysqld/bin/mysql_config \
--with-pdo-mysql=/usr/local/mysqld \
--with-pear \
--enable-bcmath \
--enable-calendar \
--enable-exif \
--enable-ftp \
--enable-gd-native-ttf \
--enable-magic-quotes \
--enable-safe-mode \
--enable-soap \
--enable-sockets \
--enable-mbstring \
--enable-zip \
--enable-wddx \
--disable-ipv6
------------------------------------------------------------------------
[2008-12-05 19:28:46] [EMAIL PROTECTED]
And the error is?
------------------------------------------------------------------------
[2008-12-05 17:58:40] ryo dot wong at i010 dot com
Description:
------------
php 5.2.7 using Intel C + + Compiler 11.0 Professional Edition for
Linux compiler error.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46770&edit=1