使用Erlang版本18的CouchDB?

时间:2015-11-12 09:51:30

标签: ubuntu erlang server couchdb version

couchDB是否适用于erlang版本18?我正在apache2上运行一个ubuntu服务器。

我首先安装了erlangs最新版本18,然后安装了couchDB。它在发出错误时无法安装couchdb:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
couchdb : Depends: couchdb-bin (>= 1.6.1-0ubuntu5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

这是因为它需要erlang版本R16吗?

1 个答案:

答案 0 :(得分:3)

  

这是因为它需要erlang版本R16吗?

当1.6.1发布时,最新的Erlang是17,所以它是支持的最高版本。 Erlang 18引入了一些重大变化,因此没有补丁CouchDB不会编译。但是,这一切都已在源代码存储库中修复,包括1.x和2.x分支。