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':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1ba2): In
function net_store_datetime':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x1beb): In
function store_param_str':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2428): In
function mysql_stmt_bind_param':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a01): In
function fetch_result_bin':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(libmysql.o)(.text+0x2a36): more
undefined references to _intel_fast_memcpy' follow
my_vsnprintf.':
/usr/local/mysql/lib/libmysqlclient.a(my_vsnprintf.o)(.text+0x22a): In
function
: undefined reference to _intel_fast_memset'
cs_value':
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x1b3): In function
: undefined reference to _intel_fast_memcpy'
cs_value':
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x218): In function
: undefined reference to _intel_fast_memcpy'
cs_value':
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x714): In function
: undefined reference to _intel_fast_memcpy'
cs_value':
/usr/local/mysql/lib/libmysqlclient.a(ctype.o)(.text+0x740): In function
: undefined reference to _intel_fast_memcpy'
my_long10_to_str_8bit':
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0xf2b): In
function
: undefined reference to _intel_fast_memcpy'
intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1053): more
undefined references to
/usr/local/mysql/lib/libmysqlclient.a(ctype-simple.o)(.text+0x1495): In
function my_fill_8bit':
intel_fast_memset'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(ctype-bin.o)(.text+0x51b): In
function my_strnxfrm_bin':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(ctype-ucs2.o)(.text+0x1eb5): In
function my_strnxfrm_ucs2_bin':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x58): In
function my_strnncoll_tis620':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x6e): In
function my_strnncoll_tis620':
intel_fast_memcpy'
: undefined reference to
/usr/local/mysql/lib/libmysqlclient.a(ctype-tis620.o)(.text+0x12e): In
function my_strnncoll_tis620':
intel_fast_memcpy'
: undefined reference to
/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