|
|
发表于 2005-11-6 03:25:36
|
显示全部楼层
Post by 飞豹游侠
引用Mysql手册里:
===========================================================================
MIT-pthreads is not part of the MySQL 5.1 source distribution. If you require this package, you need to download it separately from http://www.mysql.com/Downloads/C ... _beta6-mysql.tar.gz
After downloading, extract this source archive into the top level of the MySQL source directory. It creates a new subdirectory named mit-pthreads.
*
On most systems, you can force MIT-pthreads to be used by running configure with the --with-mit-threads option:
shell> ./configure --with-mit-threads
========================================================================
到这里下载:
http://dev.mysql.com/get/Downloa ... ql.tar.gz/from/pick
然后解压,会生成mit-pthreads目录,在把这个目录移动到你的mysql源码目录下
然后再:
./configure --prefix=/www_server/mysql --with-mit-threads
我刚学Linux,真是困难重重啊!对于English水平不高的我来说,真的有点吃力!
为解决这个小问题,浪费了三个多小时了,我先吃饭去,呵呵
不错,这个是另外一个解决方法,不过还是觉得BLFS的方法比较好,用 NPTL 库。 |
|