I am receiving the below error when trying to load a specific program.
"error while loading shared libraries: libqt-mt.so.3: cannot open shared
object file: No such file or directory"
I can find references to this problem all over the internet, but not a
cure. This should give you system info,
Linux tardis 2.6.25-gentoo-r7 #5 SMP Tue Sep 16 16:54:41 EDT 2008 x86_64
AMD Opteron(tm) Processor 246 AuthenticAMD GNU/Linux
Thanks
Sean
09-17-2008, 11:47 PM
Dale
libqt-mt.so.3:
sean wrote:
I am receiving the below error when trying to load a specific program.
"error while loading shared libraries: libqt-mt.so.3: cannot open
shared object file: No such file or directory"
I can find references to this problem all over the internet, but not a
cure. This should give you system info,
Linux tardis 2.6.25-gentoo-r7 #5 SMP Tue Sep 16 16:54:41 EDT 2008
x86_64 AMD Opteron(tm) Processor 246 AuthenticAMD GNU/Linux
Thanks
Sean
Since I have that on my machine, I thought I would post what info I have:
root@smoker / # 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/lib/libqt-mt.so.3 -> libqt-mt.so.3.3)
root@smoker / # emerge -vp =x11-libs/qt-3.3.8-r4
These are the packages that would be merged, in order:
That help any? At least you know what package installs it and some of
the USE flags.
Dale
:-) :-)
09-18-2008, 12:29 AM
Iain Buchanan
libqt-mt.so.3:
sean wrote:
I am receiving the below error when trying to load a specific program.
what program?
"error while loading shared libraries: libqt-mt.so.3: cannot open shared
object file: No such file or directory"
sounds like you need to run revdep-rebuild
I can find references to this problem all over the internet, but not a
cure. This should give you system info,
Linux tardis 2.6.25-gentoo-r7 #5 SMP Tue Sep 16 16:54:41 EDT 2008 x86_64
AMD Opteron(tm) Processor 246 AuthenticAMD GNU/Linux
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,
--
Iain Buchanan <iaindb at netspace dot net dot au>
"Life and death are seldom logical."
"But attaining a desired goal always is."
-- McCoy and Spock, "The Galileo Seven", stardate 2821.7
09-18-2008, 12:48 AM
sean
libqt-mt.so.3:
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
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
09-18-2008, 12:56 AM
Dale
libqt-mt.so.3:
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
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
:-) :-)
09-23-2008, 01:41 PM
YoYo siska
libqt-mt.so.3:
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
09-23-2008, 03:11 PM
sean
libqt-mt.so.3:
YoYo siska wrote:
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
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
32 bit
09-23-2008, 03:16 PM
sean
libqt-mt.so.3:
YoYo siska wrote:
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
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
Unfortunately the package wants the arts use flag in place, and I do not
want arts installed.