Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-805

public_key application has to be started with Erlang R14A

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Infrastructure
    • None
    • Mac OS X 10.6.4, Erlang R14A

    Description

      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

      Attachments

        1. couch_app.patch
          0.5 kB
          Alex Portnov

        Activity

          People

            benoitc Benoit Chesneau
            aportnov Alex Portnov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: