[erlang-bugs] crypto module incorrectly linked with DYNAMIC_SSL
Sverker Eriksson
sverker@REDACTED
Mon Jul 28 17:57:43 CEST 2008
A somewhat late answer and maybe I have misunderstood the problem, but...
Default linking of ssl is static. According to config.log you are not
using --enable-dynamic-ssl-lib to tell configure to use dynamic linking.
/Sverker, Erlang/OTP Ericsson
Christian Faulhammer wrote:
> * PGP Signed by an unknown key
>
> Hi,
>
> a user of Gentoo Linux reported the following bug via our bug tracker:
> <URL:http://bugs.gentoo.org/show_bug.cgi?id=231468>. Summary is:
>
> Erlang (BEAM) emulator version 5.6.3 [source] [smp:4] [async-threads:0]
>
> Eshell V5.6.3 (abort with ^G)
> 1> crypto:start().
> sh: line 0: exec: crypto_drv: not found
>
> {error,{shutdown,{crypto_app,start,[normal,[]]}}}
>
> We set SSL_DYNAMIC to yes duing build to have the system's libraries
> used for linking. Unfortunately this does not work.
>
> $ ldd /usr/lib/erlang/lib/crypto-1.5.2/priv/lib/crypto_drv.so
> linux-gate.so.1 => (0x5376b000)
> libc.so.6 => /lib/libc.so.6 (0x535b4000)
> /lib/ld-linux.so.2 (0x5376c000)
>
> For his config.log file see the mentioned bug report. Thanks for your
> support.
>
> V-Li
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-bugs
>
>
> * PGP Signed by an unknown key
> * text/plain body
> * Unknown Key
> * 0x2B859DE3
>
More information about the erlang-bugs
mailing list