public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] libqt-mt.so.3:
@ 2008-09-17 23:42 sean
  2008-09-17 23:47 ` Dale
  2008-09-18  0:29 ` Iain Buchanan
  0 siblings, 2 replies; 8+ messages in thread
From: sean @ 2008-09-17 23:42 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-17 23:42 [gentoo-user] libqt-mt.so.3: sean
@ 2008-09-17 23:47 ` Dale
  2008-09-18  0:29 ` Iain Buchanan
  1 sibling, 0 replies; 8+ messages in thread
From: Dale @ 2008-09-17 23:47 UTC (permalink / raw
  To: gentoo-user

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:

Calculating dependencies... done!
[ebuild   R   ] x11-libs/qt-3.3.8-r4  USE="cups gif ipv6 opengl sqlite 
-debug -doc -examples -firebird -immqt -immqt-bc -mysql -nas -nis -odbc 
-postgres -xinerama" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
root@smoker / #


That help any?  At least you know what package installs it and some of 
the USE flags.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-17 23:42 [gentoo-user] libqt-mt.so.3: sean
  2008-09-17 23:47 ` Dale
@ 2008-09-18  0:29 ` Iain Buchanan
  2008-09-18  0:48   ` sean
  1 sibling, 1 reply; 8+ messages in thread
From: Iain Buchanan @ 2008-09-18  0:29 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-18  0:29 ` Iain Buchanan
@ 2008-09-18  0:48   ` sean
  2008-09-18  0:56     ` Dale
  2008-09-23 13:41     ` YoYo siska
  0 siblings, 2 replies; 8+ messages in thread
From: sean @ 2008-09-18  0:48 UTC (permalink / raw
  To: gentoo-user

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-18  0:48   ` sean
@ 2008-09-18  0:56     ` Dale
  2008-09-23 13:41     ` YoYo siska
  1 sibling, 0 replies; 8+ messages in thread
From: Dale @ 2008-09-18  0:56 UTC (permalink / raw
  To: gentoo-user

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

:-)  :-) 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-18  0:48   ` sean
  2008-09-18  0:56     ` Dale
@ 2008-09-23 13:41     ` YoYo siska
  2008-09-23 15:11       ` sean
  2008-09-23 15:16       ` sean
  1 sibling, 2 replies; 8+ messages in thread
From: YoYo siska @ 2008-09-23 13:41 UTC (permalink / raw
  To: gentoo-user

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-23 13:41     ` YoYo siska
@ 2008-09-23 15:11       ` sean
  2008-09-23 15:16       ` sean
  1 sibling, 0 replies; 8+ messages in thread
From: sean @ 2008-09-23 15:11 UTC (permalink / raw
  To: gentoo-user

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
>> -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
> 
> 
> 
> 

32 bit



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libqt-mt.so.3:
  2008-09-23 13:41     ` YoYo siska
  2008-09-23 15:11       ` sean
@ 2008-09-23 15:16       ` sean
  1 sibling, 0 replies; 8+ messages in thread
From: sean @ 2008-09-23 15:16 UTC (permalink / raw
  To: gentoo-user

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
>> -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
> 
> 
> 
> 
Unfortunately the package wants the arts use flag in place, and I do not 
want arts installed.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-23 15:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 23:42 [gentoo-user] libqt-mt.so.3: sean
2008-09-17 23:47 ` Dale
2008-09-18  0:29 ` Iain Buchanan
2008-09-18  0:48   ` sean
2008-09-18  0:56     ` Dale
2008-09-23 13:41     ` YoYo siska
2008-09-23 15:11       ` sean
2008-09-23 15:16       ` sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox