LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-30-2009, 10:07 PM   #1
mag1strate
Member
 
Registered: Apr 2009
Distribution: Fedora 16, Arch
Posts: 136

Rep: Reputation: 18
Can't install opera on x86 64 computer. Help plz :)


Hey guys I installed the rpm from their website, after the installation it would not open up. I tried to open it in the terminal, but I all I got was this:
PHP Code:
/usr/lib/opera/9.64/operaerror while loading shared librarieslibqt-mt.so.3cannot open shared object fileNo such file or directory 

Did I fail a dependency or something?
 
Old 08-30-2009, 10:18 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Run "sudo zypper install qt qt-32bit", if this is openSuSE. Also try "sudo zypper install opera" to inustall the opera browser.

I can't imagine you not having the "qt" package if you run KDE./

Last edited by jschiwal; 08-30-2009 at 10:28 PM.
 
Old 08-30-2009, 10:42 PM   #3
mag1strate
Member
 
Registered: Apr 2009
Distribution: Fedora 16, Arch
Posts: 136

Original Poster
Rep: Reputation: 18
I forgot to mention that I use Fedora 11, I also update the qt package to its latest version.

Last edited by mag1strate; 08-30-2009 at 10:48 PM.
 
Old 08-31-2009, 02:41 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You should still have a qt3 package. Look in your filesystem and see if the file exists. If it does, you may need to run "sudo ldconfig".
Opera may be a 32 bit program. Check if you have the qt3.i586 package installed.

I have a netbook with Fedora 11 on it. These files are included in the qt3.i586 package.
Code:
/usr/lib/qt-3.3/lib/libqt-mt.so.3
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3
/usr/lib/qt-3.3/lib/libqt-mt.so.3.3.8
/usr/lib/qt-3.3/lib/libqui.so.1
/usr/lib/qt-3.3/lib/libqui.so.1.0
/usr/lib/qt-3.3/lib/libqui.so.1.0.0
 
Old 08-31-2009, 06:32 AM   #5
mag1strate
Member
 
Registered: Apr 2009
Distribution: Fedora 16, Arch
Posts: 136

Original Poster
Rep: Reputation: 18
The problem is that the rpm that I downloaded said it was a 64-bit, but I shall try what you said!
 
Old 08-31-2009, 06:38 AM   #6
mag1strate
Member
 
Registered: Apr 2009
Distribution: Fedora 16, Arch
Posts: 136

Original Poster
Rep: Reputation: 18
I tried to update the qt3 package, but it tells me that it is already updated to its latest version.
 
Old 09-02-2009, 09:58 AM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Code:
~> lsof -p 11613 | grep qt3
opera   11613 jschiwal  mem    REG                8,6    48160  870327 /usr/lib/qt3/plugins/inputmethods/libqxim.lib64.so
opera   11613 jschiwal  mem    REG                8,6    18824  870325 /usr/lib/qt3/plugins/inputmethods/libqimsw-none.lib64.so
opera   11613 jschiwal  mem    REG                8,6  8990520  714465 /usr/lib/qt3/lib64/libqt-mt.so.3.3.8

rpm -qf /usr/lib/qt3/lib64/libqt-mt.so.3.3.8
qt3-3.3.8b-87.13
Code:
rpm -qf $(which opera)
opera-10.00-6.1.1
Code:
  | libqt4-qt3support-32bit | C++ Program Library, Core Components                                   | package
i | qt3                     | A library for developing applications with graphical user interfaces   | package
  | qt3                     | A library for developing applications with graphical user interfaces   | srcpackage
  | qt3-32bit               | A library for developing applications with graphical user interfaces   | package
My opera package is 64 bit, so I didn't need to install the qt3-32bit package.
I think that it was in in the non-oss repo.
Code:
4  | repo-non-oss    | openSUSE-11.1-Non-Oss                       | Yes     | Yes
5  | repo-oss        | openSUSE-11.1-Oss                           | Yes     | Yes
 
Old 09-02-2009, 07:53 PM   #8
mag1strate
Member
 
Registered: Apr 2009
Distribution: Fedora 16, Arch
Posts: 136

Original Poster
Rep: Reputation: 18
I'm sorry jschiwal, but I don't understand how you got that. Could you go into more detail, sorry
 
  


Reply



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
Can't get Internet on linux computer PLZ HELP!!!! Spenceratl Linux - Newbie 4 04-17-2007 10:13 PM
Building a New computer and need help making sure things will co-exist plz help! tyrant_dragon3000 Linux - General 11 03-21-2007 11:42 AM
opera with janus tutorial for solaris x86 available? shshjun Solaris / OpenSolaris 1 02-21-2006 12:31 AM
Boot x86 target from flash, with the image and file system on the x86 host. batsayan Linux - Software 2 08-23-2005 12:09 AM
My next computer, PPC or x86? johnnyblade Linux - Hardware 8 04-30-2005 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:32 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