Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

zpetr
Copy link
Contributor

@zpetr zpetr commented Sep 15, 2014

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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CentOS 6.5 Building with Erlang R16B0x fails to start Building CouchDB 1.6.x branch with OTP-17.1 Error
2 participants