sean wrote:
Iain Buchanan wrote:
sean wrote:
sounds like you need to run revdep-rebuild
Gentoo is kind-of different to other distros, so unless the
references you found were all about gentoo, they're probably leading
you up the wrong path.
I think you've upgraded qt, hence whatever program you're trying to
run hasn't been compiled with the new lib versions.
HTH,
Thanks to Dales reply, I have found libqt.
See below.
The system is a fresh install, but it is also amd64 bit, as the result
shows below.
equery b libqt-mt.so.3
[ Searching for file(s) libqt-mt.so.3 in *... ]
x11-libs/qt-3.3.8-r4 (/usr/qt/3/lib64/libqt-mt.so.3 -> libqt-mt.so.3.3
Here is a ls of /usr/qt/3/lib
lrwxrwxrwx 1 root root 15 Sep 16 10:00 libqt-mt.so.3 ->
libqt-mt.so.3.3
lrwxrwxrwx 1 root root 17 Sep 16 10:00 libqt-mt.so.3.3 ->
libqt-mt.so.3.3.8
-rwxr-xr-x 1 root root 8628296 Sep 16 10:00 libqt-mt.so.3.3.8
So it is linked.
The application is called Firstclass, www.firstclass.com , an email
client my employment uses, so I thought I would try to get it running
here. Though I would not use it for my own purposes.
I figure the 64bit OS is giving things a headache.
Thanks
Sean
If it were me, I would do the following commands just to see what it says:
emerge -uvDNp world
revdep-rebuild -X -i -p
You may even want to try these if nothing comes back from the above:
emerge @preserved-rebuild
emerge --update --newuse --deep --with-bdeps y world
The first may pick up some message that you missed during a previous
upgrade. It happens to us all I guess. The second from what I
understand just goes a lot deeper into checking dependencies.
Post back if anything looks funny. Several gurus around here. ;-)
Dale
:-) :-)