On Wed, Sep 17, 2008 at 08:48:48PM -0400, 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.
Just to make sure, is the app you're trying to run 32bit or 64bit? If its 32bit, you would need some of the emul-linux-x86 packages, perhaps app-emulation/emul-linux-x86-qtlibs to get the 32bit libqt-mt.. yoyo