-
Notifications
You must be signed in to change notification settings - Fork 17
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
CentOS 6.5 Building with Erlang R16B0x fails to start #26
Comments
It was fixed in my otp-fix branch too but I suggest you to use OTP-17 fix from #24 |
I'll test this alongside #24 once the directory thing is sorted :) |
Out of interest; do we know what the specific cause of this is? ie. Is it something that can be detected and applied (or requested) automatically? |
Just to give more details on this problem. rake erl_cflags="-DOPENSSL_NO_EC=1" But this solution is not recommended at production. |
It doesn't build at all without it though in the aforementioned cases... Even if we only prompt the user about it, else they won't find out this is an issue until they've finished the entire build, and attempted to run CouchDB? idk... |
This is a bit of an old issue but I found that adding
didn't seem to have any effect. I just added it directly to the rake task
|
Closing as this all referrers to old stuff :) |
Hi all,
It would seem that if you build CouchDB (tested version 1.4 and 1.6) against Erlang R16B0x (Tested B03 and B03-1) on CentOS 6.4 / 6.5 x86_64, the completed build fails to start, with the error featured in: http://erlang.org/pipermail/erlang-questions/2014-February/076760.html
To fix, add to tasks/erlang.rake:44
“-DOPENSSL_NO_EC=1″
The text was updated successfully, but these errors were encountered: