Re: CouchDB 1.6.1 on Debian 8

2016-06-08 Thread Sinan Gabel
Thanks Dave, Looks good! Things to consider: (1) With 1.x.x it turned out that there was a need to add a "touch THANKS" (2) Could you consider to add bash scripts for each of the versions i.e. 1.6.1, 1.x.x and 2.x? (3) It could be good to have configuration examples for each of the mentioned

Re: CouchDB 1.6.1 on Debian 8

2016-06-06 Thread Dave Cottlehuber
On Mon, 6 Jun 2016, at 00:04, Frédéric Audon wrote: > chown -R couchdb:root /usr/local/var/{log,lib,run}/couchdb > /usr/local/{lib,etc}/couchdb > chmod 770 /usr/local/var/{log,lib,run}/couchdb > /usr/local/{lib,etc}/couchdb > > > On 4 Jun 2016, at 12:33, Sinan Gabel wrote: > > > Thanks

Re: CouchDB 1.6.1 on Debian 8

2016-06-05 Thread Frédéric Audon
chown -R couchdb:root /usr/local/var/{log,lib,run}/couchdb /usr/local/{lib,etc}/couchdb chmod 770 /usr/local/var/{log,lib,run}/couchdb /usr/local/{lib,etc}/couchdb On 4 Jun 2016, at 12:33, Sinan Gabel wrote: Thanks Frédéric, I updated the script with your changes. On 3 June 2016 at 19:23,

Re: CouchDB 1.6.1 on Debian 8

2016-06-05 Thread Frédéric Audon
I simplified the beginning of your code # -y flag: assume Yes to all queries and do not prompt apt-get install -y pkg-config autoconf-archive autoconf libtool apt-get install -y build-essential apt-get install -y erlang-nox erlang-dev apt-get install -y libmozjs185-dev libicu-dev # flag -p:

Re: CouchDB 1.6.1 on Debian 8

2016-06-04 Thread Sinan Gabel
Thanks Frédéric, I updated the script with your changes. On 3 June 2016 at 19:23, Frédéric Audon wrote: > apt-get install -y pkg-config rebar > apt-get install -y automake autoconf autoconf-archive > apt-get install -y help2man python-sphinx texlive-latex-base >

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Frédéric Audon
apt-get install -y pkg-config rebar apt-get install -y automake autoconf autoconf-archive apt-get install -y help2man python-sphinx texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texinfo gnupg mkdir -p /usr/local/{lib,etc}/couchdb

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Sinan Gabel
Hi! For CouchDB 1.x.x or kind of "1.7.0" on Ubuntu 16.04, I placed an installation script and example configuration file here: https://gist.github.com/SinanGabel/eac83a2f9d0ac64e2c9d4bd936be9313 Br, Sinan On 3 June 2016 at 16:37, Sinan Gabel wrote: > Good, that did

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Sinan Gabel
Good, that did it i.e.: touch THANKS CouchDB 1.x.x now works also on Ubuntu 16.04 Desktop. On 3 June 2016 at 16:27, Sinan Gabel wrote: > ... > make[3]: Leaving directory '/usr/local/src/couchdb-1.x.x/src/snappy' > Making all in couchjs-node > make[3]: Entering directory

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Sinan Gabel
... make[3]: Leaving directory '/usr/local/src/couchdb-1.x.x/src/snappy' Making all in couchjs-node make[3]: Entering directory '/usr/local/src/couchdb-1.x.x/src/couchjs-node' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/usr/local/src/couchdb-1.x.x/src/couchjs-node' make[3]:

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Franck Eyraud
Hello, I remember I got this error too some months ago, it should be solved by manually running touch THANKS before running make. Franck Le 03/06/2016 16:12, Sinan Gabel a écrit : Hi! I tried to install 1.x.x on Ubuntu 16.04 Desktop and it failed with roughly the same info as given

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Jan Lehnardt
> On 03 Jun 2016, at 16:12, Sinan Gabel wrote: > > Hi! > > I tried to install 1.x.x on Ubuntu 16.04 Desktop and it failed with roughly What is the error precisely? Best Jan -- > the same info as given above. > > Br, > Sinan > > On 3 June 2016 at 05:32, Frédéric

Re: CouchDB 1.6.1 on Debian 8

2016-06-03 Thread Sinan Gabel
Hi! I tried to install 1.x.x on Ubuntu 16.04 Desktop and it failed with roughly the same info as given above. Br, Sinan On 3 June 2016 at 05:32, Frédéric Audon wrote: > > > On 1 Jun 2016, at 7:43, Jan Lehnardt wrote: > > On 01 Jun 2016, at 00:09, Frédéric Audon

Re: CouchDB 1.6.1 on Debian 8

2016-06-02 Thread Frédéric Audon
On 1 Jun 2016, at 7:43, Jan Lehnardt wrote: On 01 Jun 2016, at 00:09, Frédéric Audon wrote: Le 31 mai 2016 à 18:59, Jan Lehnardt a écrit : On 31 May 2016, at 18:57, Frédéric Audon wrote: Le 31 mai 2016 à 16:46, Jan

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 01 Jun 2016, at 00:09, Frédéric Audon wrote: > > >> Le 31 mai 2016 à 18:59, Jan Lehnardt a écrit : >> >> >>> On 31 May 2016, at 18:57, Frédéric Audon wrote: >>> >>> Le 31 mai 2016 à 16:46, Jan Lehnardt a

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 31 mai 2016 à 18:59, Jan Lehnardt a écrit : > > >> On 31 May 2016, at 18:57, Frédéric Audon wrote: >> >> >>> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : >>> >>> On 31 May 2016, at 16:06, Frédéric Audon

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 18:57, Frédéric Audon wrote: > > >> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : >> >> >>> On 31 May 2016, at 16:06, Frédéric Audon wrote: >>> >>> >>> Le 30 mai 2016 à 22:59, Jan Lehnardt

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : > > >> On 31 May 2016, at 16:06, Frédéric Audon wrote: >> >> >> >>> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : >>> >>> On 30 May 2016, at 18:53, Frédéric Audon

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 16:06, Frédéric Audon wrote: > > > >> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : >> >> >>> On 30 May 2016, at 18:53, Frédéric Audon wrote: >>> >>> Hello >>> >>> I try to install CouchDB 16.1 on Debian 8 (

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : > > >> On 30 May 2016, at 18:53, Frédéric Audon wrote: >> >> Hello >> >> I try to install CouchDB 16.1 on Debian 8 ( jessie ) >> >> I stuck >> checking Erlang version of compatibility ... Erlang

CouchDB 1.6.1 on Debian 8

2016-05-30 Thread Frédéric Audon
Hello I try to install CouchDB 16.1 on Debian 8 ( jessie ) I stuck checking Erlang version of compatibility ... Erlang detected Version: 7.3.0 ... configure: error : The installed version of Erlang must be> = R14B ( erts - 5.8.1 ) and = <17 ( erts -6.0 ) major_version does not match What