Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libqt-mt.so.3:
Date: Thu, 18 Sep 2008 00:56:51
Message-Id: 48D1A74D.9000607@bellsouth.net
In Reply to: Re: [gentoo-user] libqt-mt.so.3: by sean
1 sean wrote:
2 > Iain Buchanan wrote:
3 >> sean wrote:
4 >
5 >> sounds like you need to run revdep-rebuild
6 >>
7 >>
8 >> Gentoo is kind-of different to other distros, so unless the
9 >> references you found were all about gentoo, they're probably leading
10 >> you up the wrong path.
11 >>
12 >> I think you've upgraded qt, hence whatever program you're trying to
13 >> run hasn't been compiled with the new lib versions.
14 >>
15 >> HTH,
16 >
17 > Thanks to Dales reply, I have found libqt.
18 > See below.
19 > The system is a fresh install, but it is also amd64 bit, as the result
20 > shows below.
21 >
22 > equery b libqt-mt.so.3
23 > [ Searching for file(s) libqt-mt.so.3 in *... ]
24 > x11-libs/qt-3.3.8-r4 (/usr/qt/3/lib64/libqt-mt.so.3 -> libqt-mt.so.3.3
25 >
26 > Here is a ls of /usr/qt/3/lib
27 > lrwxrwxrwx 1 root root 15 Sep 16 10:00 libqt-mt.so.3 ->
28 > libqt-mt.so.3.3
29 > lrwxrwxrwx 1 root root 17 Sep 16 10:00 libqt-mt.so.3.3 ->
30 > libqt-mt.so.3.3.8
31 > -rwxr-xr-x 1 root root 8628296 Sep 16 10:00 libqt-mt.so.3.3.8
32 >
33 > So it is linked.
34 > The application is called Firstclass, www.firstclass.com , an email
35 > client my employment uses, so I thought I would try to get it running
36 > here. Though I would not use it for my own purposes.
37 > I figure the 64bit OS is giving things a headache.
38 >
39 > Thanks
40 > Sean
41 >
42 >
43 >
44
45 If it were me, I would do the following commands just to see what it says:
46
47 emerge -uvDNp world
48 revdep-rebuild -X -i -p
49
50 You may even want to try these if nothing comes back from the above:
51
52 emerge @preserved-rebuild
53 emerge --update --newuse --deep --with-bdeps y world
54
55 The first may pick up some message that you missed during a previous
56 upgrade. It happens to us all I guess. The second from what I
57 understand just goes a lot deeper into checking dependencies.
58
59 Post back if anything looks funny. Several gurus around here. ;-)
60
61 Dale
62
63 :-) :-)