> 데이터 베이스 > MySQL 튜토리얼 > CentOS编译Mysql 4.0.27数据库问题解决_MySQL

CentOS编译Mysql 4.0.27数据库问题解决_MySQL

WBOY
풀어 주다: 2016-06-01 14:02:52
원래의
1183명이 탐색했습니다.

CentOS

现在好多人都用起了centos5,但有些特殊要求还必须安装mysql4.0.27的数据库,在第一次安装过程中还遇到了不少问题,特把这次安装过程记录下来以供遇到类似问题的朋友参考

首先下载mysql4.0.27.tar.gz,解压进入目录编译

编译时出现错误:checking “LinuxThreads”… “Not found”

这是由于nptl与linuxthreads的分别造成的,可以在/usr/include/pthread.h中增加 “/* Linuxthreads */”解决这个问题

echo ‘/* Linuxthreads */’ >> /usr/include/pthread.h

编译时加入 –with-pthread 及 –with-named-thread-lib:

重新编译再次出错:configure: error: No curses/termcap library found

这是因为没有安装ncurses,接下来先安装它

yum install ncurses-devel

下来继续编译,编译的时候又出现了错误: cannot find -lreadline

这个错误是由于没有readline库文件造成的错误,安装readline库文件

yum install readline-devel

./configure –with-pthread –with-named-thread-lib=-lpthread 再一次进行编译。

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿