You are not logged in.
It looks like there's a native 64bit Opera floating around in the Unstable repository. Although I'm not a huge Opera fan, it does make an excellent backup browser. Does opera-devel-9.50-0.16 work for anyone? I get this:
$ 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/9.50-20080221.2/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
Offline
That library is in qt3. Opera should depend on qt3 and not qt... oh well...
Offline
hmm? I have both qt3 and qt4 installed...
qt3-3.3.8-6
qt-4.3.3-4
Offline
Well, that opera-devel works for me here (x86_64).
libqt-mt is in /opt/qt/lib/libqt-mt.so.* (to be honest, it's qt-enhanced-3.3.8-17 from kdemod, but that shouldn't be a problem).
Maybe check /etc/ld.so.conf, run ldconfig, or just reinstall qt3?
EDIT: ah, sorry about that dependency remark, I had older opera-devel package installed when I posted the previous post. Now I see that the qt3 dep is specified correctly.
Last edited by bender02 (2008-02-24 07:30:25)
Offline
Thank you for the suggestions.
-ran ldconf
-reinstalled qt3
Now I'm getting this (addition of shell-init error):
$ opera
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
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.50-20080221.2/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
Here's my ld.so.conf:
#
# /etc/ld.so.conf
#
/usr/X11R6/lib
# End of file
/opt/lib32/lib
/opt/lib32/usr/lib
/opt/lib32/opt/qt/lib
/opt/gnome/lib
/opt/kde/lib
/usr/lib/libfakeroot
/usr/local/lib
/opt/lib32/opt/qt4/lib
Offline
Well, in order for the system to be aware of /opt/qt/lib/libqt-mt.so.* is to have '/opt/qt/lib' in /etc/ld.so.conf.
So try adding it and run 'ldconfig'. (I thought qt3 package would add it there during the install, and by looking at qt3.install script it should, but somehow in your case it didn't...). Maybe also check permissions on /etc/ld.so.conf (should be 644).
Offline
adding '/opt/qt/lib' to ld.so.conf fixed the issue ![]()
Thanks & cheers!
Offline