> Le 31 mai 2016 à 18:59, Jan Lehnardt <[email protected]> a écrit :
> 
> 
>> On 31 May 2016, at 18:57, Frédéric Audon <[email protected]> wrote:
>> 
>> 
>>> Le 31 mai 2016 à 16:46, Jan Lehnardt <[email protected]> a écrit :
>>> 
>>> 
>>>> On 31 May 2016, at 16:06, Frédéric Audon <[email protected]> wrote:
>>>> 
>>>> 
>>>> 
>>>>> Le 30 mai 2016 à 22:59, Jan Lehnardt <[email protected]> a écrit :
>>>>> 
>>>>> 
>>>>>> On 30 May 2016, at 18:53, Frédéric Audon <[email protected]> wrote:
>>>>>> 
>>>>>> 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 should I do ?
>>>>> 
>>>>> Best option probably is to build CouchDB from source, the 1.x.x branch is 
>>>>> slightly ahead of 1.6.1 but safe to use in production, and compatible 
>>>>> with newer Erlang releases.
>>>>> 
>>>> 
>>>> ok
>>>> 
>>>> wget https://github.com/apache/couchdb/archive/1.6.x.zip
>>>> unzip 1.6.x.zip
>>>> cd couchdb-1.6.x/
>>>> 
>>>> How do I get ./configure ?
>>> 
>>> ./bootstrap
>> 
>> Unable to find any variant: glibtoolize libtoolize
>> 
>> Have you installed a version of this package?
> 
> You need to install libtool :)
> 
> Dev dependencies are explained in DEVELOPERS 
> (https://github.com/apache/couchdb/blob/1.x.x/DEVELOPERS)
> 
> (you probably want `./configure --disable-docs` to avoid the LaTeX etc. 
> dependency chain)
> 

Thanks Jan

./bootstrap OK
./configure --prefix=/usr/local --with-js-lib=/usr/lib 
--with-js-include=/usr/include/mozjs --enable-init OK
make && make install -->KO

make[2]: Leaving directory '/root/couchdb-1.6.x/utils'
make[2]: Entering directory '/root/couchdb-1.6.x'
make[2]: *** No rule to make target 'THANKS', needed by 'THANKS.gz'.  Stop.
make[2]: Leaving directory '/root/couchdb-1.6.x'
Makefile:551: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/couchdb-1.6.x'
Makefile:451: recipe for target 'all' failed
make: *** [all] Error 2

Every time, I use a clean install Debian 8

Reply via email to