When I run setup-rockets.lisp I get the message
"ERR: user error : cannot find crypto library
called from user defined function module"
Tried to solve it on my own, I added some of the libsI found to setup-rocket.lisp, but it didn't help. I'm using AntiX-Linux (Mepis/Debian).
find /usr/lib -name 'libcrypto*'/usr/lib/i386-linux-gnu/libcrypto.so
/usr/lib/i386-linux-gnu/libcrypto.so.1.0.0
/usr/lib/i386-linux-gnu/libcrypto.a
/usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0
/usr/lib/i386-linux-gnu/pkgconfig/libcrypto.pc
/usr/lib/i386-linux-gnu/i586/libcrypto.so.1.0.0
/usr/lib/libcryptopp.so.9
/usr/lib/libcrypto++.so.9
/usr/lib/libcrypto++.so.9.0.0
With apt-cache search for libcrypto I also get:
libssl1.0.0-dbg
libcryptokit-ocaml
libcrypto++-utils
...
I could play try and error by installing some of that stuff, but decided first to ask here. Maybe I'm not the first with that problem.
cd /usr/share/newlisp/modules
sudo nano sqlite3.lsp
"/usr/lib/x86_64-linux-gnu/libsqlite3.so" ; Ubuntu
"/usr/lib/x86_64-linux-gnu/libcrypto.so.0.9.8" ; Ubuntu
Views: 8662