Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-30 Thread Yacine El Ayar
(a-z), digits (0-9), and any of the characters _, $, > > (, ), +, -, and / are allowed. Must begin with a letter."} > > > > And then no admin user has been created. > > > > Should I remove the "shards/**" database using "curl -X DELETE ...." ?

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Robert Samuel Newson
; > And then no admin user has been created. > > Should I remove the "shards/**" database using "curl -X DELETE " ? > Can you help me one more time please ? > > Thanks > > > > > > 2016-09-29 15:19 GMT+02:00 Joan Touzet : > >&

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Yacine El Ayar
database using "curl -X DELETE " ? Can you help me one more time please ? Thanks 2016-09-29 15:19 GMT+02:00 Joan Touzet : > Please follow the documentation and complete the setup process. > Section 2.6 describes single node setup; the Cluster Reference describes > config

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Joan Touzet
- Original Message - > From: "Yacine El Ayar" > To: user@couchdb.apache.org > Sent: Thursday, September 29, 2016 8:53:18 AM > Subject: Re: Problem during installation of couchdb-2.0 on CentOS 6. > > Ok, after solving conflicts between last erlang version

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Yacine El Ayar
Ok, after solving conflicts between last erlang version and new one and version between spider-monkey, the compilation process has been complet successfully. Then the initial ask has been completed by your help and I unsterdand much better how to build couchdb-2 from source. Anyway, now I'm facing

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Bogdan Andu
make clean && ./configure && make release may work On Thu, Sep 29, 2016 at 11:57 AM, Yacine El Ayar wrote: > According to INSTALL.Unix.md, the required dependencies for couchdb are > the following : > > > * Erlang OTP (>=R16B03-1, =<19.x) ( > http://erlang.org/ > ) > *

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Yacine El Ayar
According to INSTALL.Unix.md, the required dependencies for couchdb are the following : * Erlang OTP (>=R16B03-1, =<19.x) (http://erlang.org/ ) * ICU (http://icu-project.org/) * OpenSSL (http://www.openssl.org/)

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Bogdan Andu
recompile everything with new erlang On Thu, Sep 29, 2016 at 10:41 AM, Yacine El Ayar wrote: > Ok i've review the installation of erlang (before i've not used make > install but update PATH and LD_LIBRARY_PATH to tell the os to point to the > latest version of erlang). > Then i've redone it usin

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-29 Thread Yacine El Ayar
Ok i've review the installation of erlang (before i've not used make install but update PATH and LD_LIBRARY_PATH to tell the os to point to the latest version of erlang). Then i've redone it using make install. Bellow the performed step. $ sudo su $ cd /opt/ && mkdir erlang $ wget http://erlang.or

Re: Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-28 Thread Robert Samuel Newson
very curious! how did you install erlang? B. > On 28 Sep 2016, at 09:32, Yacine El Ayar wrote: > > Hello, > > I'm trying to install couchdb 2 on a CentOS 6 server > I believe (as i'm not sure of it), i've installed all the required > dependencies. > > ## Anyway when I run the make I obtain th

Problem during installation of couchdb-2.0 on CentOS 6.

2016-09-28 Thread Yacine El Ayar
Hello, I'm trying to install couchdb 2 on a CentOS 6 server I believe (as i'm not sure of it), i've installed all the required dependencies. ## Anyway when I run the make I obtain the following input: $ ./configure ==> configuring couchdb in rel/couchdb.config You have configured Apache CouchDB,