Björn König wrote:

Larry wrote:

I just upgraded to 4.11-STABLE and upgraded a lot of ports after that. Now I get the following message sometimes:

Shared object "libreadline.so.5" not found, required by "bash".


How did you build bash? The packages of 4.11-RELEASE and 4-STABLE don't require libreadline. Show the output of the following commands

   ls -l /lib/libread*

   file `which bash`

   ldd `which bash`


Consider reinstallation of bash.

Regards Björn


I uninstalled bash"

   pkg_deinstall bash

I then reinstalled bash:
   portupgrade -vN bash

portupgrade wanted to know if I also wanted to install bash2, so I said yes, but that failed for bash2. But bash did reinstall. Now I get:

ldd `which bash` :

/usr/local/bin/bash:
   libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280e4000)
   libc.so.4 => /usr/lib/libc.so.4 (0x28125000)

So that got rid of some problems, but what about these two?

thanks


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to