ID: 29951 User updated by: v_santhanam at ettimadai dot amrita dot edu Reported By: v_santhanam at ettimadai dot amrita dot edu -Status: Bogus +Status: Closed Bug Type: Compile Failure Operating System: Redhat Enterprise Linux AS 3 PHP Version: 4.3.8 New Comment:
Dear Friends, I have installed MySQL-devel RPM (Standard - gcc) and used it for compiling PHP. MySQL Server remains the same intel build. It is working perfectly although this may not be the desired solution.. please post if u find any results. With Regards Santhanam Previous Comments: ------------------------------------------------------------------------ [2004-09-02 14:44:21] [EMAIL PROTECTED] Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. . ------------------------------------------------------------------------ [2004-09-02 14:41:14] v_santhanam at ettimadai dot amrita dot edu 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 this bug report at http://bugs.php.net/?id=29951&edit=1
