Page 8 of 8 FirstFirst ... 678
Results 71 to 77 of 77

Thread: HOWTO: Opera 9beta2 Dapper

  1. #71
    Join Date
    Nov 2005
    Beans
    5

    Re: HOWTO: Opera 9beta2 Dapper

    Quote Originally Posted by _mobius_ View Post
    AMD64 people,

    If you should get this error:

    Code:
    /usr/lib/opera/9.0-20060616.6/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    This worked great - thanks!

  2. #72
    Join Date
    Jul 2006
    Beans
    1

    Re: HOWTO: Opera 9beta2 Dapper

    Thank You very much. ALthough I still get two errors about shared libraries, it works!

  3. #73
    Join Date
    Oct 2005
    Location
    Dominica
    Beans
    439
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    weird issues with opera

    I had opera running pretty fine on my system but after borking my installation, I figured it best to do a clean install. I didn't find it wise to install an older version of opera first so I dumped right into installing version 9.01 on my amd64 machine running the 64bit kernel. I installed RealPlayer first, then the 32 bit java, then opera. When I run it, I get the following error
    ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
    /usr/lib/opera/9.01-20060728.6/opera: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory
    Java is indeed installed. What then could possibly be the reason I can't get it to even open. It just quits when launched from the GUI, it's using the terminal I get to see the error message. Doesn't open up so I can edit the path to java. Any ideas?

    Code:
    whereis libXcursor.so.1
    yields
    libXcursor.so: /usr/lib/libXcursor.so.1
    Last edited by Princey; August 22nd, 2006 at 07:39 AM.
    Life is easier when it's filled with challenges

  4. #74
    Join Date
    Oct 2005
    Location
    Dominica
    Beans
    439
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: weird issues with opera

    Never mind, I got it working. Had to copy the libXcursor.so.1 to the /usr/lib32 directory.
    Life is easier when it's filled with challenges

  5. #75
    Join Date
    Jul 2007
    Beans
    2

    Talking Re: HOWTO: Opera 9beta2 Dapper

    Quote Originally Posted by _mobius_ View Post
    AMD64 people,

    If you should get this error:

    Code:
    /usr/lib/opera/9.0-20060616.6/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    you need to install the i386 libqt.

    Code:
    wget http://ubuntu.mirrors.tds.net/ubuntu/pool/main/q/qt-x11-free/libqt3-mt_3.3.6-1ubuntu3_i386.deb
    Then,

    Code:
    sudo dpkg -x libqt3-mt_3.3.6-1ubuntu3_i386.deb .
    Which will extract the guts into the current directory (.). Now copy the contents of ./usr/lib to /usr/lib32/.

    Code:
    sudo cp ./usr/lib/libqt* /usr/lib32/
    Enjoy opera.
    I just used this to fix Opera 10. Thanks!

  6. #76
    Join Date
    Jan 2010
    Beans
    1

    Re: HOWTO: Opera 9beta2 Dapper

    Quote Originally Posted by _mobius_ View Post
    AMD64 people,

    You suggest:

    Code:
    wget http://ubuntu.mirrors.tds.net/ubuntu/pool/main/q/qt-x11-free/libqt3-mt_3.3.6-1ubuntu3_i386.deb
    Code:
    sudo dpkg -x libqt3-mt_3.3.6-1ubuntu3_i386.deb .
    But it don't worked for me because of dependency issues, so:

    I've used:

    Code:
    sudo apt-get install libaudio2
    libaudio2 is a dependency for libqt3-mt (not resolved by apt-get)

    then:

    Code:
    sudo apt-get install libqt3-mt

  7. #77
    Join Date
    May 2007
    Location
    Philadelphia, PA-USA
    Beans
    307
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: Opera 9beta2 Dapper

    Quote Originally Posted by aladrin View Post
    I just used this to fix Opera 10. Thanks!
    Didn't work on my AMD64. Here's what I did:

    opera


    ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
    /usr/lib/opera/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    ><>Marty<><

Page 8 of 8 FirstFirst ... 678

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •