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

    Dear Friends,
    I have installed MySQL-devel RPM (Standard - gcc0 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

      Write a Reply...