php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29951 PHP + MySQL (build with Intel Compiler) Compile Failure
Submitted: 2004-09-02 14:41 UTC Modified: 2004-09-03 08:23 UTC
From: v_santhanam at ettimadai dot amrita dot edu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.8 OS: Redhat Enterprise Linux AS 3
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: v_santhanam at ettimadai dot amrita dot edu
New email:
PHP Version: OS:

 

 [2004-09-02 14:41 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-02 14:44 UTC] derick@php.net
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 22:13 UTC] v_santhanam at ettimadai dot amrita dot edu
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
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 13 18:00:03 2025 UTC