0

Below is the error I get when trying to run a command.

ImportError: libreadline.so.4: cannot open shared object file: No such file or di rectory

I have updated everything I can even tried to fix shared libraries links.

code_bash
  • 701
  • 1
  • 5
  • 16
  • This site is for programming questions. We are not general OS tech support. – Marc B Apr 24 '15 at 16:04
  • you might want to take a look at this question. Look around first, then ask a very precise question... http://stackoverflow.com/q/1099981/2082964 – Chris Maes Apr 24 '15 at 16:04
  • This is an old library, the error is surprising, why do you have that problem? You must be using some old library. – martin Apr 24 '15 at 18:48
  • Old Response but fixed. I had to run this command sudo ln -sf /pathtodir/devtools/3.0/lib/libreadline.so.4 – code_bash Jun 19 '15 at 13:08

0 Answers0