Page 1 of 1

Can't run NewLISP in Ubuntu through libreadline.so.6

Posted: Sat Dec 19, 2009 10:15 pm
by LispUser
I install NewLISP newLISP v.10.1.7 for UBUNTU on i386 UTF-8 enabled in Ubuntu 9.04.
When started output error:

Code: Select all

~$ newlisp: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
In Synaptic only libreadline.so.5.
What can I do?

Re: Can't run NewLISP in Ubuntu

Posted: Sun Dec 20, 2009 3:01 pm
by LispUser
I googled it and found for example.
Do symlink:

Code: Select all

~$ sudo ln -s /lib/libreadline.so.5 /lib/libreadline.so.6