Page 1 of 1

oXygen 10.2 install problem on debian lenny

Posted: Thu Apr 16, 2009 10:14 am
by gsmith
I am having a problem installing oxygen 10.2 on debian lenny.

I get the following error message, both when executing "sudo ./oxygen.sh" (with "ALL=(ALL) ALL" for my user in sudoers) and also when executing "./oxygen.sh" as root.

-----------------------------------------------------------------
Unpacking JRE ...
Preparing JRE ...
./oxygen.sh: line 224: bin/unpack200: cannot execute binary file
Error unpacking jar files. Aborting.
You might need administrative priviledges for this operation.
-----------------------------------------------------------------

Thanks for any help,

George Smith

Re: oXygen 10.2 install problem on debian lenny

Posted: Thu Apr 16, 2009 12:46 pm
by sorin_ristache
Hello,

The oxygen.sh installer unzips the cntents of the install package in the home folder of the current user so that error should not be caused by unpacking files of the install package because the current user should always have write permission in his home folder.

Make sure you use the right package for your platform. On the Download page there is a 32 bit installer for 32 bit Linux installations and a 64 bit installer for 64 bit Linux installations.


Regards,
Sorin

Re: oXygen 10.2 install problem on debian lenny

Posted: Fri Apr 17, 2009 1:09 pm
by gsmith
Thanks very much for the pointer. I had inadvertently downloaded the 64 bit version. The 32 bit version installed with no problems.

George