Wednesday, July 25, 2007

Fix bug Opera on Ubuntu

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.

No comments: