表演时:
yum update
在我的 CentOS 7 服务器上,我收到这个奇怪的错误:
Error: Package: gdal-1.11.4-12.rhel7.x86_64 (pgdg93)
Requires: libproj.so.12()(64bit) Error: Package: gdal-libs-1.11.4-12.rhel7.x86_64 (pgdg93)
Requires: libproj.so.12()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
我以前从未见过这个错误。我研究了一下,GDAL 是地理空间数据抽象库。
除了标准的 CentOS 存储库之外,我还使用 EPEL 和 Postgres 9.3 官方存储库。
我libproj
找不到pkgs.org。
请问您有什么想法可以解决这个问题吗?
答案1
看起来像是 Postgres repo 中的一个依赖问题,有人提交了一个具有完全相同消息的错误:http://www.postgresql-archive.org/BUG-15037-gdal-libs-1-11-4-12-updates-require-proj-unavailable-version-td6003637.html
您可能想要回复错误报告以表明您也受到了影响。
在他们修复这个问题之前你可以使用:
yum update --exclude=gdal