|
我在red hat9 linux下安装了mysql,apache,libxml2,当我再安装php5的时候
我用
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-versioning --disable-debug --enable-track-vars --with-charset=gb2312 --with-extra-charsets=all --with-unix-socket-path=/tmp/mysql.sock
这一步是成功了
但当我make时出现一下错误
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x4df): In function `my_wildcmp_uca.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x50e): In function `my_wildcmp_uca.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x53a): In function `my_wildcmp_uca.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x706): In function `my_wildcmp_uca.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x72e): In function `my_wildcmp_uca.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x74c): more undefined
references to `_intel_fast_memcmp' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x185c): In function `create_tailoring':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x19e6): In function `create_tailoring':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-uca.o)(.text+0x1c13): In function `create_tailoring':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(xml.o)(.text+0x266): In function `my_xml_parse':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(xml.o)(.text+0x357): In function `my_xml_parse':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(xml.o)(.text+0x499): more undefined references to `_intel_fast_memcpy' follow
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0x35c): In function `my_wildcmp_mb':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0x59e): In function `my_wildcmp_mb':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0x97a): In function `my_strnncoll_mb_bin':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0xa67): In function `my_strnxfrm_mb_bin':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0xa7d): In function `my_strnxfrm_mb_bin':
: undefined reference to `_intel_fast_memset'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0xd4c): In function `my_like_range_mb':
: undefined reference to `_intel_fast_memcpy'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0xe4d): In function `my_wildcmp_mb_bin.':
: undefined reference to `_intel_fast_memcmp'
/usr/local/mysql/lib/libmysqlclient.a(ctype-mb.o)(.text+0x1075): In function `my_wildcmp_mb_bin.':
: undefined reference to `_intel_fast_memcmp'
collect2: ld returned 1 exit status
请问谁遇到过相类似的错误
能帮我解决谢谢 |
|