【问题标题】:Missing dependency libpq.so.4 on Centos 5 [duplicate]Centos 5 上缺少依赖项 libpq.so.4 [重复]
【发布时间】:2011-07-06 17:00:41
【问题描述】:

可能重复:
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5

这让我发疯了。

我正在尝试在全新的 Centos 5 安装上安装 postgresql,但当我安装时出现依赖错误

yum install postgresql.

当我这样做时遇到类似的错误

yum update

谁能提出解决方案?

操作系统是:Linux Centos 5、i686

postgresql-libs 已安装。

【问题讨论】:

  • libpg 是用于 postgres 的 C 客户端库,它应该包含在您尝试安装的 rpm 中。我想您可以尝试 dl'ing rpm 并对其进行反编译以查看该库是否存在。
  • 问题是安装了libpq.so.4

标签: postgresql redhat centos5 yum libpq


【解决方案1】:

这可能和这个问题是同一个问题,这就是为什么我总是(make)从源代码安装我的,以避免像这样的包管理问题:

pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5

【讨论】:

    猜你喜欢
    • 2020-12-13
    • 2021-10-16
    • 2020-03-04
    • 2021-03-07
    • 2018-01-27
    • 2017-12-25
    • 2015-04-18
    • 2020-03-24
    • 2012-07-12
    相关资源
    最近更新 更多