Chinaunix首页 | 论坛 | 博客
  • 博客访问: 321014
  • 博文数量: 41
  • 博客积分: 1606
  • 博客等级: 上尉
  • 技术积分: 535
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-28 18:20
文章分类

全部博文(41)

文章存档

2013年(1)

2012年(8)

2011年(4)

2010年(8)

2009年(2)

2008年(18)

我的朋友

分类:

2008-08-21 11:55:55

当安装postgresql-8.2.5.tar.gz的时候报以下错误:
#./configure --prefix=/usr/local/pgsql
....
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure.  It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
 
解决方法:
 
方法1: 安装软件包readline-devel-4.3-13.i386.rpm
#rpm -ivh readline-devel-4.3-13.i386.rpm
 
方法2: --without-readline 选项关闭 readline 功能,即:
#./configure --prefix=/usr/local/pgsql --without-readline
 
阅读(2355) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~