[MacPorts] #30089: couchdb failed because erlang missing openssl support
MacPorts
noreply at macports.org
Sat Aug 13 05:02:01 PDT 2011
#30089: couchdb failed because erlang missing openssl support
---------------------------------+------------------------------------------
Reporter: conradwt@… | Owner: jwa@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords: lion x86_64
Port: couchdb |
---------------------------------+------------------------------------------
Comment(by joh.dokler@…):
The configure for the couchdb is run as a macports user. When checking for
the ssl library using:
has_crypto=`${ERL} -eval "case application:load(crypto) of ok -> ok; _ ->
exit(no_crypto) end." -noshell -s init stop`
the erl returns the following error:
=ERROR REPORT==== 13-Aug-2011::13:58:20 ===
file:path_eval([".","/var/root"],".erlang"): permission denied
Which indicates that the erl tries to eval the .erlang init file inside
/var/root. Which is of course is inaccessible to the macports user.
--
Ticket URL: <https://trac.macports.org/ticket/30089#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list