LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1697|回复: 2

linux下php安装问题

[复制链接]
发表于 2006-6-5 09:26:09 | 显示全部楼层 |阅读模式
我在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
请问谁遇到过相类似的错误
能帮我解决谢谢
 楼主| 发表于 2006-6-6 20:51:05 | 显示全部楼层
对于上面的问题已经解决,是因为版本不正确导致的,换了一个mysql版本就ok!
回复 支持 反对

使用道具 举报

发表于 2007-1-25 16:28:43 | 显示全部楼层
我也遇到楼主的问题。。。不过版本到是没有换。。就是从官方另外下载了一个就OK了。。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表