Skip to content

Instantly share code, notes, and snippets.

@rsim
Created October 2, 2009 12:57
Show Gist options
  • Save rsim/199721 to your computer and use it in GitHub Desktop.
Save rsim/199721 to your computer and use it in GitHub Desktop.
$ erl
Erlang R13B02 (erts-5.7.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [kernel-poll:false]
Eshell V5.7.3 (abort with ^G)
1> application:load(crypto).
ok
2> crypto:start().
{error,{shutdown,{crypto_app,start,[normal,[]]}}}
3>
=INFO REPORT==== 2-Oct-2009::15:57:00 ===
application: crypto
exited: {shutdown,{crypto_app,start,[normal,[]]}}
type: temporary
sh: line 0: exec: crypto_drv: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment