jhs / build-couchdb

Batteries-included CouchDB build system
68 stars 17 forks source link

Possibility to install last versions of OTP + disable SSL EC if needed #29

Open zpetr opened 10 years ago

zpetr commented 10 years ago

In the last version of OTP we don't have librairies appmon, toolbar, pman and tv any more. So a simple check for folder existance is added. (Bug fix #24 ) By if you want to use older version of OTP on CentOS 6.5 SSL EC must be disabled. I suggest to do it this way: rake erl_cflags="-DOPENSSL_NO_EC=1" (Bug fix #26 )

dalgibbard commented 10 years ago

Have confirmed and validated this. Works brilliantly. Have been able to build CouchDB 1.6.x branch with OTP-17.1 without issues (when using the SSL fix too)