I just tried running a program installed through a .deb package and get this error:

error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

Does anyone know which library or package libreadline is a part of? If so, how do I install and make sure it is version 5?

Thanks!

link|improve this question

Belongs on SuperUser. – Jed Smith Oct 11 '09 at 19:37
@Jed Smith - I see the same error when running the command using sudo – Wraith Oct 11 '09 at 19:57
feedback

migrated from stackoverflow.com Oct 12 '09 at 0:19

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 4 down vote accepted

There is a package libreadline5 in lenny: http://packages.debian.org/lenny/libreadline5

link|improve this answer
@kirushik - Thanks! Here is another resource mathlinks.ro/viewtopic.php?t=272131 – Wraith Oct 11 '09 at 20:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.