LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't install opera on x86 64 computer. Help plz :) (https://www.linuxquestions.org/questions/linux-newbie-8/cant-install-opera-on-x86-64-computer-help-plz-751368/)

mag1strate 08-30-2009 10:07 PM

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?

jschiwal 08-30-2009 10:18 PM

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

mag1strate 08-30-2009 10:42 PM

I forgot to mention that I use Fedora 11, I also update the qt package to its latest version.

jschiwal 08-31-2009 02:41 AM

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


mag1strate 08-31-2009 06:32 AM

The problem is that the rpm that I downloaded said it was a 64-bit, but I shall try what you said!

mag1strate 08-31-2009 06:38 AM

I tried to update the qt3 package, but it tells me that it is already updated to its latest version.

jschiwal 09-02-2009 09:58 AM

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


mag1strate 09-02-2009 07:53 PM

I'm sorry jschiwal, but I don't understand how you got that. Could you go into more detail, sorry :(


All times are GMT -5. The time now is 09:52 AM.