where to find a recent libtermcap.so?
Martin Pitt
martin.pitt at canonical.com
Tue Oct 12 16:23:57 UTC 2004
Hi!
Heiko Engemann [2004-10-12 16:05 +0200]:
> Hi,
> i try to run a tool that i need.
And you cannot recompile it?
> When i start the process it gives me this error:
>
> error while loading shared libraries: libtermcap.so.2: cannot open
> shared object file: No such file or directory
libtermcap is actually sort of obsolete. On a current Ubuntu system
it is linked to the ncurses library.
If you are really stuck with the binary and cannot rebuild from
source, you could try to hack around this by
sudo ln -s libtermcap.so /usr/lib/libtermcap.so.2
This will create a symlink to the current library. However, no
guarantees, it might fail miserably.
Good luck!
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntulinux.org
Debian GNU/Linux Developer http://www.debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20041012/93687f59/attachment.sig>
More information about the ubuntu-users
mailing list