Results 1 to 3 of 3
Thread: libtinfo.so.5
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
02-06-2004 #1
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
libtinfo.so.5
And this is what i got:
error: Failed dependencies:
libtinfo.so.5 is needed by psyBNC-2.3-3
It wouldn't be such a big deal... if i could find this lib......
Does any of you know where to get it?
Thnx
-
02-06-2004 #2
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Hiya,
From what i can gather, you will need to compile ncurses from source (RPM *Wont Work*), ensuring you ./configure with "--with-termlib".
See: http://shoe.bocks.com/nlug/2003-Jul/3221.html
Alternativly, download the the source pyscbnc, do a ./configure if necessary, then open the make file and replace all instances of libtinfo with libncurses. The first suggestion is proberly the easier of the two.
Jason
-
08-15-2010 #3
- Join Date
- Aug 2010
- Posts
- 1
I ran into the libtinfo.so.5 problem with other software, and got around it by creating a symlink:
su
cd /lib
ln -s libncurses.so.5 libtinfo.so.5
There's no guarantee that this will work for all software, but it's worth a try.