【发布时间】:2019-05-28 04:07:25
【问题描述】:
按照 RHEL/CentOS 的 documentation,这就是我尝试安装 libcouchbase 的方式:
wget http://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-6-x86_64.rpm
sudo rpm -iv couchbase-release-1.0-6-x86_64.rpm
sudo yum install libcouchbase-devel libcouchbase2-bin gcc gcc-c++
但是 libcouchbase-devel 和 libcouchbase2-bin 失败:
Running rpm_check_debug
Running Transaction Test
Transaction Check Error:
file /usr/lib64/libcouchbase.so.2.0.65 conflicts between attempted installs of libcouchbase-2.10.3-1.el6.remi.x86_64 and libcouchbase2-core-2.10.3-1.el6.x86_64
Error Summary
-------------
我尝试一次安装一个这些软件包,但是如果我先安装 libcouchbase-devel 它会成功,而 libcouchbase2-bin 会失败。如果我删除我安装的内容并执行 libcouchbase2-bin first it succeeds, but thenlibcouchbase-devel` 失败。
这清楚地表明某处存在冲突,但我不确定这个冲突到底是什么
【问题讨论】: