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

Errors between erlang versions #11

Open
vmbb opened this issue Sep 30, 2014 · 0 comments
Open

Errors between erlang versions #11

vmbb opened this issue Sep 30, 2014 · 0 comments

Comments

@vmbb
Copy link

vmbb commented Sep 30, 2014

Using the ppa for CouchDB to get 1.6.1 on Ubuntu 14.04, it pulls in erlang:
release,"OTP APN 181 01","R16B03","5.10.4"

8 out of 9 tests pass; the error is:
==> couchdb-ldap-auth (eunit)
ldap_integration_tests: integration_test_...failed
in function eldap:open/2
called as open(["cosrootdc02.eng.vmware.com"],[{ssl,false}])
in call from ldap_auth_gateway:connect/2 (src/ldap_auth_gateway.erl, line 52)
in call from ldap_integration_tests:'-integration_test_/0-fun-0-'/0 (test/ldap_integration_tests.erl, line 20)
**error:undef

Using a newer version of erlang:
release,"Erlang/OTP","17","6.1"

the tests run great, all 9 pass. This was tested on both OS X and Ubuntu - if I install a newer version of erlang and build couchdb and the ldap auth plugin by hand, then all tests pass.

Any ideas? (I'm an erlang n00b, which probably doesn't help).

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

No branches or pull requests

1 participant