Closed GoogleCodeExporter closed 9 years ago
libpangocairo-1.0.so.0 is a symbolic link.
check ls -l /usr/lib/libpangocairo* to see if the link point to the right file.
Original comment by thilo...@gmail.com
on 14 Apr 2009 at 1:39
file /usr/lib/libpangocairo-1.0.so.0
/usr/lib/libpangocairo-1.0.so.0: symbolic link to
`libpangocairo-1.0.so.0.2400.0'
file /usr/lib/libpangocairo-1.0.so.0.2400.0
/usr/lib/libpangocairo-1.0.so.0.2400.0: ELF 64-bit LSB shared object, x86-64,
version
1 (SYSV), dynamically linked, stripped
so yep, points to an existing file..
Original comment by rdelauge...@gmail.com
on 14 Apr 2009 at 2:01
it look like somethink broken.
why your system keep libpangocairo-1.0.so.0.2002.3 and
libpangocairo-1.0.so.0.2400.0 ?
and why the loader can't find libpangocairo ??
don't know.
but it's more a problem with libpango package or with the loader message
misleading.
you can try to re-install libpango package and perhaps cleanup old version.
Original comment by thilo...@gmail.com
on 14 Apr 2009 at 4:43
Actually, first locate was before update and cleanup (cleanup due to ugly
collision
of unstable and stable version of the aforementioned lib, mess on screen, etc
etc).
I think the issue really is a misleading tint2 error message, since my system
definitely can find libpangocairo, while tint2 seems not to be able to. tint
works
fine btw, if it can help.
Original comment by rdelauge...@gmail.com
on 14 Apr 2009 at 4:58
well I'm open to found a solution...
but this message doesn't come from tint2 source code.
tint2 don't use dynamic loading of library.
so all dependencies are loaded automatically (by system loader) on startup.
and the message come from the loader.
if you change the lib, did you retry: make clean, make, make install in tint2
/src ?
Original comment by thilo...@gmail.com
on 14 Apr 2009 at 5:31
Original comment by thilo...@gmail.com
on 18 Apr 2009 at 5:55
Original issue reported on code.google.com by
rdelauge...@gmail.com
on 14 Apr 2009 at 10:51