You are not logged in.
Pages: 1
Hi,
When I typer 'opera' in the terminal, I get this message:
/usr/bin/opera: line 240: /usr/lib/opera/9.50/opera: No such file or directory
/usr/bin/opera: line 240: /usr/lib/opera/9.50/opera: Success
I have no idea how to deal with this message, any help? Thanks.
Offline
It looks like you are trying to use an i686 binary on x86_64. In fact, I don't think opera makes a static x86_64 build.
Edit: I can confirm it is a 32 bit binary. Bug report: http://bugs.archlinux.org/task/10660
Last edited by Allan (2008-06-15 08:22:06)
Offline
I just installed it with pacman. It is for x86_64:
root /home/me # pacman -Qi opera-static
Name : opera-static
Version : 9.50-1
URL : http://www.opera.com/
Licenses : custom:opera
Groups : None
Provides : opera
Depends On : glibc libx11 libxt libxext zlib
Optional Deps : None
Required By : None
Conflicts With : opera
Replaces : None
Installed Size : 23377.15 K
Packager : Mateusz Herych <heniekk@gmail.com>
Architecture : x86_64
Build Date : Thu 12 Jun 2008 08:11:18 AM PDT
Install Date : Fri 13 Jun 2008 10:16:03 PM PDT
Install Reason : Explicitly installed
Install Script : No
Description : The Opera web browser, statically linked to QT
Offline
Oops.
It works fine, when you have lib32 packages installed.
Try:
pacman -S lib32-alsa-lib lib32-libx11 lib32-libxext lib32-libsm lib32-zlib
I will fix that soon.
There are no static version of Opera for x86_64.
Regards.
EDIT
Finally we removed opera-static from community64 repo. But you can use shared version of opera - extra/opera.
Last edited by Partition (2008-06-15 09:26:33)
Offline
Oops.
It works fine, when you have lib32 packages installed.
Try:pacman -S lib32-alsa-lib lib32-libx11 lib32-libxext lib32-libsm lib32-zlib
I will fix that soon.
There are no static version of Opera for x86_64.Regards.
EDIT
Finally we removed opera-static from community64 repo. But you can use shared version of opera - extra/opera.
That worked! Thanks. I could start opera, but I got a few messages, so I also installed:
lib32-libstdc++5
lib32-libxt
But now I only have this following message:
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.
Offline
Ignore that, that's normal, when you have not SDK packages installed.
Offline
Great! Thanks a lot Partition
Offline
Pages: 1