Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49121 - apachetop-0.11 cannot find shared library libtermcap.so.2
Summary: apachetop-0.11 cannot find shared library libtermcap.so.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 21:13 UTC by Jason Wever (RETIRED)
Modified: 2004-05-22 16:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Wever (RETIRED) gentoo-dev 2004-04-26 21:13:32 UTC
On both x86 and sparc stable, apachetop-0.11 cannot find libtermcap.so.2 and will fail to run.  Error looks like a normal unresolved shared library dependency;

stargazer log # apachetop
apachetop: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-26 22:36:11 UTC
revdep-rebuild and see why libtermcap.so.2 went away.
Comment 2 Jason Wever (RETIRED) gentoo-dev 2004-04-27 04:56:39 UTC
In both cases, apachetop was freshly emerged.  On the x86 box, running revdep-rebuild -p shows only apachetop having unmet shared library dependencies.  The sparc is still going at the moment
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-27 09:42:33 UTC
weeve: I can't reproduce this on my x86 boxen.
Could I please get the output from:
'emerge info'
'locate libtermcap.so'
Comment 4 Jason Wever (RETIRED) gentoo-dev 2004-04-27 09:51:01 UTC
stargazer log # emerge info
Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.24-netmos)
=================================================================
System uname: 2.4.24-netmos i686 Celeron (Mendocino)
Gentoo Base System version 1.4.9
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium2 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=pentium2 -O3 -pipe"
DISTDIR="/opt/gentoo-distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://gentoo.noved.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/opt/gentoo-rsync/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apm berkdb cdr chroot crypt cups foomaticdb gdbm gpm imap jabber ldap libwww mad mbox msn mysql ncurses nntp oscar pam perl png ppds python readline samba slang spell ssl tcpd usb vanilla x86 yahoo zlib"

stargazer log # locate libtermcap.so
/usr/lib/libtermcap.so
/lib/libtermcap.so.2.0.8
/lib/libtermcap.so
Comment 5 Jason Wever (RETIRED) gentoo-dev 2004-05-12 19:09:41 UTC
What does the output of "ldd `which apachetop`" look like for you?
Comment 6 Minati jean michel 2004-05-19 10:53:57 UTC
I had the same troubles,I fixed it by re emerging sys-libs/libtermcap-compat .
Comment 7 Jason Wever (RETIRED) gentoo-dev 2004-05-22 16:48:48 UTC
Re-emerging libtermcap-compat is working for me now as well (where it didn't before).  Not sure what changed but apachetop is working well now.