crypto module on ubuntu
Posted: Thu Jan 24, 2013 7:31 am
Hello I try to use md5 function on ubuntu12.10 amd64 version.
After downloading the crypto.lsp file from below:
http://www.newlisp.org/code/modules/crypto.lsp.html
I execute the load statement in interaction environment:
That means I haven't libcrypto library installed. I installed it like so:
Then got another error message here:
Have no idea about this now.
After downloading the crypto.lsp file from below:
http://www.newlisp.org/code/modules/crypto.lsp.html
I execute the load statement in interaction environment:
Code: Select all
> (load "crypto.lsp")
ERR: user error : cannot find crypto library
Code: Select all
apt-get install libssl0.9.8:i386
ln -s /lib/i386-linux-gnu/libcrypto.so.0.9.8 /usr/lib/
Code: Select all
> (load "crypto.lsp")
ERR: problem loading library in function import : "/usr/lib/libcrypto.so.0.9.8: wrong ELF class: ELFCLASS32"