• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

rhel5上使用源代码安装mysql4.0.x_MySQL

mysql 搞代码 4年前 (2022-01-09) 21次浏览 已收录 0个评论

RHEL

gaodaima.com

1.在rhel5.1上安装mysql-4.0.18, configure的时候报如下错误:

configure: error: This is a linux system and Linux t本文来源gao@!dai!ma.com搞$$代^@码!网hreads was not
found. On linux Linuxthreads should be used. Please install Linuxthreads
(or a new glibc) and try again. See the Installation chapter in the
Reference Manual for more information.

看来需要新版本的glibc;configure的时候增加参数 –with-named-thread-libs=”-lpthread” ;顺利通过。

2.不过make的时候又出错了
mysqld.o: In function `main’:
mysqld.cc:(.text+0x3ee0): undefined reference to `my_fast_mutexattr’
mysqld.o:mysqld.cc:(.text+0x4143): more undefined references to `my_fast_mutexattr’ follow
collect2: ld returned 1 exit status
make[4]: *** [mysqld] Error 1
make[4]: Leaving directory `/usr/local/src/mysql-4.0.26/sql’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/mysql-4.0.26/sql’
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/mysql-4.0.26/sql’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-4.0.26′
make: *** [all] Error 2

在mysql-4.0.26/sql/sql_class.cc文件中的
#include
(约39行)语句下面写如下代码

#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
pthread_mutexattr_t my_fast_mutexattr;
#endif

make顺利通过;

3.我按照上面的步骤坐下来仍然报错,最后直接修改mysql-4.0.26/sql/sql_class.cc文件,添加pthread_mutexattr_t my_fast_mutexattr;,不知道有没有什么影响。

gaodaima.com


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:rhel5上使用源代码安装mysql4.0.x_MySQL

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址