public_key application has to be started with Erlang R14A
---------------------------------------------------------

                 Key: COUCHDB-805
                 URL: https://issues.apache.org/jira/browse/COUCHDB-805
             Project: CouchDB
          Issue Type: Bug
          Components: Infrastructure
         Environment: Mac OS X 10.6.4, Erlang R14A
            Reporter: Alex Portnov
            Priority: Minor
             Fix For: 0.12
         Attachments: couch_app.patch

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
 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to