From: v_santhanam at ettimadai dot amrita dot edu Operating system: Redhat Enterprise Linux AS 3 PHP version: 4.3.8 PHP Bug Type: Compile Failure Bug description: PHP + MySQL (build with Intel Compiler) Compile Failure
Description: ------------ Dear Friends, I am trying to compile PHP with MySQL support in an HP DL380 server (Xeon Processors). The MySQL is build with Intel Compiler. I am getting the following problem / error : ----------------------- /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1ade): In function `store_param_time': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1ba2): In function `net_store_datetime': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1beb): In function `store_param_str': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2428): In function `mysql_stmt_bind_param': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a01): In function `fetch_result_bin': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a36): more undefined references to `_intel_fast_memcpy' follow /usr/local/mysql/lib/libmysqlclient.a(my_vsnprintf.o)(.text+0x22a): In function `my_vsnprintf.': : undefined reference to `_intel_fast_memset' /usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x1b3): In function `cs_value': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x218): In function `cs_value': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x714): In function `cs_value': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x740): In function `cs_value': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0xf2b): In function `my_long10_to_str_8bit': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1053): more undefined references to `_intel_fast_memcpy' follow /usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1495): In function `my_fill_8bit': : undefined reference to `_intel_fast_memset' /usr/local/mysql/lib/libmysqlclient.a(ctype-bin.o)(.text+0x51b): In function `my_strnxfrm_bin': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-ucs2.o)(.text+0x1eb5): In function `my_strnxfrm_ucs2_bin': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x58): In function `my_strnncoll_tis620': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In function `my_strnncoll_tis620': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In function `my_strnncoll_tis620': : undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x239): more undefined references to `_intel_fast_memcpy' follow collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -------------------------------------------------------------------- I have installed the Intel compiler and added the "/opt/intel_cc_80/lib" to the LD_LIBRARY_PATH environment variable. Please kindly help me. Thanks in Advance With Regards Santhanam -- Edit bug report at http://bugs.php.net/?id=29951&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29951&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29951&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29951&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=29951&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29951&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29951&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29951&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29951&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29951&r=support Expected behavior: http://bugs.php.net/fix.php?id=29951&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29951&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29951&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29951&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29951&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29951&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29951&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29951&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29951&r=float