crypto

Vladimir Sekissov svg@REDACTED
Thu Apr 17 15:35:29 CEST 2003


Good day,

Try to discover $ERL_TOP/lib/crypto-*.*.*/priv/lib/elibcrypto.so:

1. nm -a elibcrypto.so | grep des_set_key

Output must be something like:

00004b80 T des_set_key

2. Look that it can find all libraries it wants:

ldd elibcrypto.so

3. If you installed Erlang from ports try to recompile driver manually
using patch from

http://www.erlang.org/ml-archive/erlang-questions/200303/msg00439.html


Best Regards,
Vladimir Sekissov

ermine> On FreeBSD, we have:
ermine> 
ermine> bash-2.05b$ erl
ermine> Erlang (BEAM) emulator version 5.2.3.3 [source] [hipe] [threads:0]
ermine> 
ermine> Eshell V5.2.3.3  (abort with ^G)
ermine> 1> crypto:start().
ermine> crypto_drv:start : function 9 not initialized
ermine>                                              {error,{shutdown,{crypto_app,start,[normal,[]]}}}
ermine> 
ermine> =INFO REPORT==== 17-Apr-2003::13:09:09 ===
ermine>     application: crypto
ermine>     exited: {shutdown,{crypto_app,start,[normal,[]]}}
ermine>     type: temporary
ermine> 2> 
ermine> 
ermine> Why? Please give a good solution.
ermine> 
ermine> ermine



More information about the erlang-questions mailing list