[Gambas-user] libqt3-mt or libqt3c102-mt

ron ronstk at ...239...
Fri Jan 6 07:12:17 CET 2006


On Friday 06 January 2006 00:00, john hedge wrote:
> Nice idea Ron if I could find/locate libqt3-mt after I've installed it but
> no luck.
> 

Is the install without errors?

1)
To find the file after install you can use 'locate libqt3-mt' or 'locate libqt-mt'
or to find basic plath(s) 'locate libqt3' or 'locate libqt' .

Note for 'locate':
  This uses a database for locations and is, on SuSE, with 'updatedb' refreshed.
  At my system a cron job every night at 4:15 done.
  So direct after install you need to do it by hand.

2)
I do it mostly another way. Go to the plase where the rpm is located.
start Midnightcomander and open the rpm by pressing the enter key.
In the 'CONTENTS.cpio' (file) you can see the locations where the files wil be stored.

in qt3-3.3.5-22.i586.rpm - the 'CONTENTS.cpio' file
in /usr/lib/ - a link as libqt-mt.so.3->qt3/lib/libqt-mt.so.3
in /usr/lib/qt3/lib - several links towards and the real file

3)
Also rpm itself has a options to show something but use 'man rpm' to
see them. 


The basic start paths where qt libraries can be to my knowledge ATM are:
/user/lib/qt , /user/lib/qt3 , /user/include
/user/local/lib/qt , /user/local/lib/qt3 , /user/local/include
/opt/qt (I have actually seen this once)

My box SuSE 9.2
ron at ...1311...:~> locate libqt-mt

/opt/MainActor_V5/libraries/libqt-mt.so
/opt/MainActor_V5/libraries/libqt-mt.so.3
/opt/MainActor_V5/libraries/libqt-mt.so.3.3
/opt/MainActor_V5/libraries/libqt-mt.so.3.3.2
/usr/lib/libqt-mt.so.3 (link->/usr/lib/qt3/lib/libqt-mt.so.3) <---- date 19-dec-2005
/usr/lib/qt3/lib/libqt-mt.la
/usr/lib/qt3/lib/libqt-mt.prlc
/usr/lib/qt3/lib/libqt-mt.so (link->/usr/lib/qt3/lib/libqt-mt.so.3.3.5)
/usr/lib/qt3/lib/libqt-mt.so.3 (link->/usr/lib/qt3/lib/libqt-mt.so.3.3.5)
/usr/lib/qt3/lib/libqt-mt.so.3.3(link->/usr/lib/qt3/lib/libqt-mt.so.3.3.5)
/usr/lib/qt3/lib/libqt-mt.so.3.3.5

The _/usr/lib/libqt-mt.so.3_ is from the upgrade to KDE 3.5 done
by SuSE Yast (packet manager).
The trick I did was on SuSE 8.2 and this is fresh install.

Maybe you must look to 'libqt-mt.*' instead of 'libqt3-mt.*'

Ron




More information about the User mailing list