[csw-users] [kde-solaris] Pkg-get upgrade broke my KDE...
James Lee
james at blastwave.org
Fri Feb 10 18:42:22 CET 2006
On 10/02/06, 16:45:16, Markus Mayer <mmayer at blastwave.org> wrote regarding
Re: [csw-users] [kde-solaris] Pkg-get upgrade broke my KDE...:
> This problem, I am pretty sure, is related to Bug 1455
> (http://www.blastwave.org/mantis/view_bug_page.php?f_id=1455).
> Somehow all the binaries in kdebase 3.4.3 (REV=2006.01.08) got linked
> to both CSWqt and CSWqtgcc.
On its own this shouldn't be enough to cause problems. It is allowable
to have both QTs installed for other reasons. The problem is the RPATH:
$ dump -Lv /opt/csw/kde-gcc/bin/konsole | grep RPATH
[40] RPATH
/opt/csw/lib:/opt/csw/kde-gcc/lib:/opt/csw/gcc3/lib:/usr/openwin/lib
It needs /opt/csw/kde-gcc/lib first.
As a workaround try forcing it first with LD_LIBRARY_PATH.
$ ldd /opt/csw/kde-gcc/bin/konsole | grep qt
libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3
$ LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/konsole |
grep qt
libqt-mt.so.3 => /opt/csw/kde-gcc/lib/libqt-mt.so.3
James.
More information about the users
mailing list