[MacPorts] #25373: couchdb crash on start after erlang upgrade to R14A
MacPorts
noreply at macports.org
Mon Jun 21 20:48:34 PDT 2010
#25373: couchdb crash on start after erlang upgrade to R14A
---------------------------------------+------------------------------------
Reporter: jeff-macports@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: High | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: couchdb
---------------------------------------+------------------------------------
See apache issue [https://issues.apache.org/jira/browse/COUCHDB-805
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
}}}
--
Ticket URL: <http://trac.macports.org/ticket/25373>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list