[Nottingham] libtinfow.so.5

Duncan John Fyfe djf at star.le.ac.uk
Mon Jun 21 14:03:19 BST 2004


On Mon, 21 Jun 2004, dalkus wrote:

> hi,
>
> When trying to install readline-4.3-9 i get the error :
>
> libtinfow.so.5 is needed by readline-4.3-9
>
> i have searched all over google, all the rpm sites i know....and i cant find
> anything called libtinfow. (libtinfo seems to be a differnt package)
>
> Does anyone know where i can get libtinfow.so.5? Am i looking for the wrong
> thing?
>

Try the following shell script.  It might give you a clue if one or more of your packages
are not installed correctly.

#!/bin/sh

for R in `rpm -qa`
do
	echo rpm -vV $R
	rpm -vV $R
	echo Done
done


OR
guessing that libtinfow.so.5 would normally be installed in either /lib or /usr/lib
try:
rpm -qf /lib/libtinfow.so.5
rpm -qf /usr/lib/libtinfow.so.5

and see if one of them tells you wich package this library is meant to be part of.

Have fun,
Duncan






More information about the Nottingham mailing list