Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试解开所有依赖项以从源代码编译 CouchDB 以在 CentOS 6 上运行。是否有预编译的软件包可以为我提供最新版本的 CouchDB(当前为 1.3.0) ? 我的原始安装是使用以下方法完成的:
# yum install couchdb
...这导致了一个非常旧的版本 1.0.4!我认为必须有另一种方法来轻松安装最新的 CouchDB。除了从源代码编译之外还有什么建议吗?
我意识到这篇文章现在已经过时了,但这仍然可以帮助某人进行搜索;
恐怕我不知道有任何预编译成 rpm 的 1.3.0 版本,但这里有一个在 CentOS 6 下使用的 1.4.0 rpm 的下载链接(通过此页面找到的链接)。
下载后,用于rpm -ivh [filename]安装 rpm。
rpm -ivh [filename]
希望有帮助。