I mean that from the dpkg output both libreadline5 and 6 are installed: kkur...@notebook:~/shared$ dpkg -l | grep libreadline ii libreadline5 5.2-6 GNU readline and history libraries, run-time ii libreadline6 6.0-5 GNU readline and history libraries, run-time
but the ls command only shows v6 where it should return libreadline5 and libreadline6: kkur...@notebook:~$ ls /lib/libreadline* /lib/libreadline.so.6 /lib/libreadline.so.6.0 and octave3.0 depends on libreadline5 (>= 5.2), so it should be there. I can't explain why it's missing on your system. -- octave-3.0.5: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory https://bugs.launchpad.net/bugs/480305 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
