LinuxSir.cn,穿越时空的Linuxsir!

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

debian 下编译mysql出错【求助】

[复制链接]
发表于 2006-1-23 14:26:50 | 显示全部楼层 |阅读模式
首先我下载了mysql-4.1.16.tar.gz
在刚刚装好的debian linux(都是一路默认安装的)下tar zxvf
然后 ./configure --prefix=/usr/local/mysql --without-server
出现如下错误:
checking for termcap functions library... configure: error: No curses/termcap library found

然后努力上google搜索原因:原因是没有安装curses库。

于是:apt-cache search curses
最后干脆把所有带有curses的都装了。比如:libncurses5 libncursesw5

输入:apt-get install nsurses-base
显示我的已经是最新的,没有必要更新。
再输入:apt-get install termcap-compat
也显示我的已经是最新的,没有必要更新。

运行仍然出现checking for termcap functions library... configure: error: No curses/termcap library found[/lolor]

然后在网上找到这样的解决办法:
./configure  --with-named-curses-libs=/lib/libcurses.so.5 --prefix=/usr/local/mysql --without-server

注:我在lib目录里发现了libcurses.so.5和libcurses.so.5.4   这2个文件。

果然能够configure过去了
但是make的时候又出错了。


error:lib/libncurses.so.5 No such file or directory

小弟我实在是没有办法了,请教各位高手,debian如何安装curses或者termcap。
或者有其他的办法解决这个问题。我将不胜感激!!!!!!!!!
发表于 2006-2-15 23:17:48 | 显示全部楼层
我在LINUX用RPM
回复 支持 反对

使用道具 举报

发表于 2006-2-27 19:32:06 | 显示全部楼层
apt-get install libncurses5-dev就可以解决问题了……
回复 支持 反对

使用道具 举报

发表于 2006-3-16 07:25:23 | 显示全部楼层
自找, 直接安装deb包,不就可以了
回复 支持 反对

使用道具 举报

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

本版积分规则

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