crypto

Anastasia Gornostaeva ermine@REDACTED
Thu Apr 17 23:13:13 CEST 2003


On Thu, Apr 17, 2003 at 07:35:29PM +0600, Vladimir Sekissov wrote:

> Good day,

These all below is invalid, the problem was -- *new* version of OpenSSL which
is in FreeBSD 4.8 (the problem is repeated 100%).
My friend help me and made a patch, that works fine.
Tomorrow it will be here.

ermine

 
> 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