|
|
| Author |
Message |
|
| Mina Gerges |
Posted: Wed Jul 09, 2008 10:57 am |
|
|
|
Joined: 05 Jul 2008
Posts: 3
Location: Egypt
|
120>application:start(crypto).
{error,{shutdown,{crypto_app,start,[normal,[]]}}}
=INFO REPORT==== 9-Jul-2008::13:45:52 ===
application: crypto
exited: {shutdown,{crypto_app,start,[normal,[]]}}
type: temporary |
|
|
| Back to top |
|
| Mazen |
Posted: Wed Jul 09, 2008 11:11 am |
|
|
|
User
Joined: 20 Jul 2006
Posts: 164
Location: London
|
Hmm.. did your crypto compile properly when you compiled erlang?
try an ldd on the crypto driver
#> ldd <erlangpath>/lib/crypto-X/priv/lib/crypto_drv.so
where erlangpath is where you installed erlang and X is the version of crypto.
you should see something like:
Code:
magenta:~ # ldd /usr/local/lib/erlang/lib/crypto-1.5/priv/lib/crypto_drv.so
linux-gate.so.1 => (0xffffe000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7ea5000)
libdl.so.2 => /lib/libdl.so.2 (0xb7e89000)
libc.so.6 => /lib/libc.so.6 (0xb7d69000)
/lib/ld-linux.so.2 (0x80000000)
Maybe that will give you a hint... It might be some more simple problem but this is what comes to my mind... |
|
|
| Back to top |
|
| wolfgke |
Posted: Mon Aug 11, 2008 8:44 pm |
|
|
|
User
Joined: 16 Sep 2007
Posts: 16
|
I also get this error:
I'm using Windows XP SP3, Erlang 5.6.3.
EDIT:
My solution: install OpenSSL. |
|
|
| Back to top |
|
| matpalm |
Posted: Thu Nov 20, 2008 10:23 am |
|
|
|
Joined: 23 Feb 2008
Posts: 5
|
i had a slightly different problem where all calls to anything crypto related was failing; crypto, ssh, ssh_sftp were all being ignored in erl like the module just didnt exist.
Mazen's hint above gave me the idea to check my openssl and though i _thought_ i had it installed i didnt have the dev headers supplied, on ubuntu, by package libssl-dev.
a rebuild and it's all good!
i post this here only in the chance it might help another! |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|