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