LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-07-2007, 09:48 AM   #1
Mallegonian
LQ Newbie
 
Registered: Jan 2007
Posts: 6

Rep: Reputation: Disabled
libqt-mt.so.3 not found with qt 4.2.2 installed


There have been multiple threads on this but none helped me...

Whenever I try to run ark, kedit, qtparted, or many other programs I get a message,

error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory

I have qt 4.2.2 installed, built by me, using
Code:
./configure -mt -qt3support --prefix=/usr
make
make install
as root. It didn't work using a prebuilt package either...

My system: Slax (Avalanche OS) with xfce4.3.99beta

I tried ldconfig, it still does not work, this is especially aggravating because qt4 is supposed to be backwards compatible with qt3 apps!

Please help me!

The Mallegonian

PS.
Code:
ls /usr/lib/libq*
/usr/lib/libqca.so    /usr/lib/libqca.so.1.0
/usr/lib/libqca.so.1  /usr/lib/libqca.so.1.0.0
Code:
ls /usr/lib/libQ*
/usr/lib/libQt3Support.la
/usr/lib/libQt3Support.prl
/usr/lib/libQt3Support.so
/usr/lib/libQt3Support.so.4
/usr/lib/libQt3Support.so.4.2
/usr/lib/libQt3Support.so.4.2.2
/usr/lib/libQt3Support.so.4.2.2.debug
/usr/lib/libQtAssistantClient.prl
/usr/lib/libQtAssistantClient.so
/usr/lib/libQtAssistantClient.so.4
/usr/lib/libQtAssistantClient.so.4.2
/usr/lib/libQtAssistantClient.so.4.2.2
/usr/lib/libQtAssistantClient.so.4.2.2.debug
/usr/lib/libQtCore.la
/usr/lib/libQtCore.prl
/usr/lib/libQtCore.so
/usr/lib/libQtCore.so.4
/usr/lib/libQtCore.so.4.2
/usr/lib/libQtCore.so.4.2.2
/usr/lib/libQtCore.so.4.2.2.debug
/usr/lib/libQtDBus.la
/usr/lib/libQtDBus.prl
/usr/lib/libQtDBus.so
/usr/lib/libQtDBus.so.4
/usr/lib/libQtDBus.so.4.2
/usr/lib/libQtDBus.so.4.2.2
/usr/lib/libQtDBus.so.4.2.2.debug
/usr/lib/libQtDesigner.prl
/usr/lib/libQtDesigner.so
/usr/lib/libQtDesigner.so.4
/usr/lib/libQtDesigner.so.4.2
/usr/lib/libQtDesigner.so.4.2.2
/usr/lib/libQtDesigner.so.4.2.2.debug
/usr/lib/libQtDesignerComponents.prl
/usr/lib/libQtDesignerComponents.so
/usr/lib/libQtDesignerComponents.so.4
/usr/lib/libQtDesignerComponents.so.4.2
/usr/lib/libQtDesignerComponents.so.4.2.2
/usr/lib/libQtDesignerComponents.so.4.2.2.debug
/usr/lib/libQtGui.la
/usr/lib/libQtGui.prl
/usr/lib/libQtGui.so
/usr/lib/libQtGui.so.4
/usr/lib/libQtGui.so.4.2
/usr/lib/libQtGui.so.4.2.2
/usr/lib/libQtGui.so.4.2.2.debug
/usr/lib/libQtNetwork.la
/usr/lib/libQtNetwork.prl
/usr/lib/libQtNetwork.so
/usr/lib/libQtNetwork.so.4
/usr/lib/libQtNetwork.so.4.2
/usr/lib/libQtNetwork.so.4.2.2
/usr/lib/libQtNetwork.so.4.2.2.debug
/usr/lib/libQtOpenGL.la
/usr/lib/libQtOpenGL.prl
/usr/lib/libQtOpenGL.so
/usr/lib/libQtOpenGL.so.4
/usr/lib/libQtOpenGL.so.4.2
/usr/lib/libQtOpenGL.so.4.2.2
/usr/lib/libQtOpenGL.so.4.2.2.debug
/usr/lib/libQtSql.la
/usr/lib/libQtSql.prl
/usr/lib/libQtSql.so
/usr/lib/libQtSql.so.4
/usr/lib/libQtSql.so.4.2
/usr/lib/libQtSql.so.4.2.2
/usr/lib/libQtSql.so.4.2.2.debug
/usr/lib/libQtSvg.la
/usr/lib/libQtSvg.prl
/usr/lib/libQtSvg.so
/usr/lib/libQtSvg.so.4
/usr/lib/libQtSvg.so.4.2
/usr/lib/libQtSvg.so.4.2.2
/usr/lib/libQtSvg.so.4.2.2.debug
/usr/lib/libQtTest.la
/usr/lib/libQtTest.prl
/usr/lib/libQtTest.so
/usr/lib/libQtTest.so.4
/usr/lib/libQtTest.so.4.2
/usr/lib/libQtTest.so.4.2.2
/usr/lib/libQtTest.so.4.2.2.debug
/usr/lib/libQtUiTools.a
/usr/lib/libQtUiTools.prl
/usr/lib/libQtXml.la
/usr/lib/libQtXml.prl
/usr/lib/libQtXml.so
/usr/lib/libQtXml.so.4
/usr/lib/libQtXml.so.4.2
/usr/lib/libQtXml.so.4.2.2
/usr/lib/libQtXml.so.4.2.2.debug
--
Yesterday it worked. Today it is not working. Windows is like that.

Last edited by Mallegonian; 01-07-2007 at 10:38 AM.
 
Old 01-07-2007, 01:05 PM   #2
studioj
Member
 
Registered: Oct 2006
Posts: 460

Rep: Reputation: 31
first i havn't worked with qt4 yet but
the configure switch for threading with qt3 used to be -thread
when you conpile qt your self you have to make some of the symbolic links as needed to the library
 
Old 01-08-2007, 04:22 PM   #3
Mallegonian
LQ Newbie
 
Registered: Jan 2007
Posts: 6

Original Poster
Rep: Reputation: Disabled
There is no libqt*mt* anywhere with qt4

I tried -thread but it said that it was not recognised

Thanks,
The Mallegonian
 
Old 01-08-2007, 09:33 PM   #4
studioj
Member
 
Registered: Oct 2006
Posts: 460

Rep: Reputation: 31
Quote:
Originally Posted by Mallegonian
T this is especially aggravating because qt4 is supposed to be backwards compatible with qt3 apps!
i find answer -- this from the trolls tutorial
Quote:
The Qt 4 series is not binary compatible with the 3 series.
Qt 4 is also not completely source compatible with 3.
 
Old 01-09-2007, 02:31 PM   #5
Mallegonian
LQ Newbie
 
Registered: Jan 2007
Posts: 6

Original Poster
Rep: Reputation: Disabled
Dang...

Thanks for your help,
The mallegonian
 
  


Reply

Tags
missing, qt



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed libraries can't be found iluzion Debian 13 11-12-2006 06:21 PM
MAN not found or nor installed ???? Need help touny AIX 2 11-12-2005 01:51 AM
rpm installed right but is no where to be found! cgl72 Mandriva 3 08-17-2004 11:13 PM
libstdc++ not found, though installed GTBlackwell Linux - Software 4 07-10-2004 02:33 PM
Found 2 NiC's but only one installed Airwaves Linux - Networking 3 06-29-2004 02:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration