Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CouchDB with Erlang version 18?

Does couchDB work with erlang version 18? I'm running an ubuntu server on apache2.

I first install erlangs latest version 18 and then couchDB. It fails to install couchdb when it gives this error:

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.

Is this because it needs the erlang version R16?

like image 579
Bryn Avatar asked Aug 25 '26 05:08

Bryn


1 Answers

Is this because it needs the erlang version R16?

When 1.6.1 released, latest Erlang was 17, so it's the highest supported version. Erlang 18 introduced some breaking changes, so without patches CouchDB won't compile. However, this all was fixed already in source code repository both for 1.x and 2.x branches.

like image 66
Kxepal Avatar answered Aug 27 '26 00:08

Kxepal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!