#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 | -----------------------+------------------------- Changes (by larryv@…): * owner: macports-tickets@… => ciserlohn@… * priority: High => Normal * port: erlang @17.3_0+hipe+ssl => erlang Old description:
There is a problem with the openssl library. When I try to load the crypto library, which depends on ssl, an exception is triggered. I'm on Mac OS X 10.7.5.
erl Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.2 (abort with ^G) 1> crypto:start(). ** exception error: undefined function crypto:start/0 2> =ERROR REPORT==== 21-Sep-2014::17:55:32 === Unable to load crypto library. Failed with error: "load, Library load-call unsuccessful." OpenSSL might not be installed on this system.
=ERROR REPORT==== 21-Sep-2014::17:55:32 === The on_load function for module crypto returned {error, {load, "Library load-call unsuccessful."}}
port installed erlang The following ports are currently installed: erlang @17.1_0+hipe+ssl erlang @17.3_0+hipe+ssl (active)
New description: There is a problem with the openssl library. When I try to load the crypto library, which depends on ssl, an exception is triggered. I'm on Mac OS X 10.7.5. {{{ erl Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] Eshell V6.2 (abort with ^G) 1> crypto:start(). ** exception error: undefined function crypto:start/0 2> =ERROR REPORT==== 21-Sep-2014::17:55:32 === Unable to load crypto library. Failed with error: "load, Library load-call unsuccessful." OpenSSL might not be installed on this system. =ERROR REPORT==== 21-Sep-2014::17:55:32 === The on_load function for module crypto returned {error, {load, "Library load-call unsuccessful."}} port installed erlang The following ports are currently installed: erlang @17.1_0+hipe+ssl erlang @17.3_0+hipe+ssl (active) }}} -- Comment: Thanks for the report. In the future, please Cc relevant port maintainers (`port info --maintainers erlang`) and avoid setting the Priority field (it’s reserved for MacPorts developers). -- Ticket URL: <https://trac.macports.org/ticket/45114#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X