libcouchbase 未安装在 Redhat Enterprise Linux 服务器版本 6.6 上

libcouchbase not instaling on Red Hat Enterprise Linux Server release 6.6

在 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-devellibcouchbase2-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` 失败。

这显然表明某个地方存在冲突,但我不确定这个冲突到底是什么

我删除了名称中包含 couchbase 的所有软件包:yum remove packagename

然后,yum install libcouchbase libcouchbase-devel