#45114: erlang @17.3_0+hipe+ssl: can't load crypto library -----------------------+------------------------- Reporter: dedalo@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: erlang | -----------------------+------------------------- Comment (by ciserlohn@…): It works on my machine (OS X 10.9.5): {{{ bash-4.3$ erl Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] Eshell V6.2 (abort with ^G) 1> crypto:start(). ok 2> }}} It looks like the bug described [http://erlang.org/pipermail/erlang- bugs/2013-December/003929.html here] although the fix mentioned there is contained in erlang 17.3. Could you check if the any of the described workarounds works for you?
If I did any of: calling crypto:start() a second time, or waiting a few seconds before calling it, or evaluating another shell command before crypto:start() , it would work just fine.
And please provide the output of: {{{ otool -L /opt/local/lib/erlang/lib/crypto-3.4.1/priv/lib/crypto.so }}} -- Ticket URL: <https://trac.macports.org/ticket/45114#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X