David W. Hodgins wrote:
On Sun, 13 Jul 2008 15:05:39 -0400, regexes <regexes@xxxxxxxxx> wrote:
Hmmm... running it as root works (just like last time). So I ran it
from the command line and the following appears:
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.
Those are normal error messages, as the bash script /usr/bin/opera still
tries to load a very old version of java, prior to actually starting opera.
GUI works though. Although this error message does not appear when
running it as a "normal" user, could it possibly have something to do
with the problem?
Any chance you've put a file called opera in ~/bin ?
As the regular user, try running, at the command line, "bash -x -v
/usr/bin/opera".
Regards, Dave Hodgins
Thanks for the help. No.. I haven't created any files named opera. My
default shell for all regular users (and root) it tcsh not bash. Anyway,
why not try it... output of "bash -x -v /usr/bin/opera"...
<snip>
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /usr/local/lib64/libaspell.so.15 ']'
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /usr/lib64/libaspell.so.15 ']'
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /opkg/lib64/libaspell.so.15 ']'
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /usr/local/lib/libaspell.so.15 ']'
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /usr/lib/libaspell.so.15 ']'
+
LD_LIBRARY_PATH=/usr/lib/opera/9.51:/home/myuser/j2re1.4.2_08/lib/i386/:/home/myuser/j2re1.4.2_08/lib/i386//native_threads:/home/myuser/j2re1.4.2_08/lib/i386//client:/home/myuser/j2re1.4.2_08/lib/i386//server:/home/myuser/j2re1.4.2_08/lib/i386//classic:/usr/lib
+ for LIBASPELL_DIR in /usr/local/lib64 /usr/lib64 /opkg/lib64
/usr/local/lib /usr/lib /opkg/lib
+ '[' -f /opkg/lib/libaspell.so.15 ']'
# Run Opera:
exec "$OPERA_BINARYDIR/opera" "$@"
+ exec /usr/lib/opera/9.51/opera
It stops here and no GUI.
regexes
|