You are not logged in.

#1 2010-07-10 20:35:37

colbert
Member
Registered: 2007-12-16
Posts: 809

Trying to install older version of Opera from opera site, error

I am trying 9.64 which I downloaded from opera.com (Arch version and "Default package"). I ran install.sh as root, it installs to defaults dirs, and I keep getting this everytime I run the opera binary:

└─> opera 
/usr/bin/opera: line 240: /usr/lib/opera/9.64/opera: cannot execute binary file
/usr/bin/opera: line 240: /usr/lib/opera/9.64/opera: Success

The line 240 is the last line of the opera binary and it shows:

# Running Opera
exec "${OPERA_BINARYDIR}opera" "$@"

Thanks for any help smile

Offline

#2 2010-07-10 20:41:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Trying to install older version of Opera from opera site, error

Is OPERA_BINARYDIR set? Is it a script variable or environmental one? Have you tried 'opera www.google.com'?

Offline

#3 2010-07-10 21:30:09

Proofrific
Member
Registered: 2008-01-05
Posts: 215

Re: Trying to install older version of Opera from opera site, error

karol wrote:

Is OPERA_BINARYDIR set? Is it a script variable or environmental one?

To see whether it's a script variable, search for OPERA_BINARYDIR inside the opera binary.

To see whether it's an environmental variable, run `env` at the Terminal and see if it shows up.  You can find it using `env | grep OPERA_BINARYDIR`.

Offline

Board footer

Powered by FluxBB