Ticket #25373 (closed defect: fixed)
couchdb crash on start after erlang upgrade to R14A
| Reported by: | jeff-macports@… | Owned by: | jwa@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | Cc: | bruno@…, bradley.holt@… | |
| Port: | couchdb |
Description
See apache issue COUCHDB-805.
After installing Erlang R14A couchdb won't start. ssl application initialization failure due to public_key application not being started. Adding public_key into start_apps sequence in src/couchdb/couch_app.erl fixed the problem. - case start_apps([crypto, sasl, inets, oauth, ssl, ibrowse, mochiweb]) of + case start_apps([crypto, public_key, sasl, inets, oauth, ssl, ibrowse, mochiweb]) of
Change History
Note: See
TracTickets for help on using
tickets.


High priority tickets are reserved for MacPorts team members to create.