ID:               46770
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ryo dot wong at uplinuxes dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: centos 5.2 64bit
-PHP Version:      5.2.7 / 5.2.8
+PHP Version:      5.2.8
 New Comment:

Let's try again: DO NOT set any CC / CXX / CFLAGS yourself. 


Previous Comments:
------------------------------------------------------------------------

[2008-12-09 01:09:46] ryo dot wong at uplinuxes dot net

Error message:

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: error #11021: OBJREAD Error: Could not create mapping for
/usr/local/lib
icc: error #10014: problem during multi-file optimization compilation
(code 1)
make: *** [libphp5.la] Error 1

------------------------------------------------------------------------

[2008-12-09 01:05:12] ryo dot wong at uplinuxes dot net

The revised php 5.2.7 / 5.2.8 same problem, but in php 5.2.6 do not
have this problem.

#!/bin/sh
export CC="icc -static-intel"
export CXX="icpc -static-intel"
export CXXFLAGS="-O3 -unroll2 -ip -mp -restrict -xP"
./configure \
        --libdir=/usr/lib64 \
        --with-apxs2 \
        --with-curl=/usr/local \
        --with-gd \
        --with-ttf \
        --with-gettext \
        --with-jpeg-dir=/usr/local \
        --with-png-dir=/usr/local \
        --with-freetype-dir=/usr/local \
        --with-iconv=/usr/local \
        --with-zlib \
        --with-zlib-dir=/usr/local \
        --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-08 10:49:53] [EMAIL PROTECTED]

Try without setting your own CFLAGS, etc. And these paths are invalid:

/usr/local/lib (correct path in this case is: /usr/local)


------------------------------------------------------------------------

[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?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/46770

-- 
Edit this bug report at http://bugs.php.net/?id=46770&edit=1

Reply via email to