Cannot install MCRinstaller on Ubuntu 9.10 server

  • Follow


Hi,

I want to install MCRinstaller on my server to run deployed programs but it says:
"Bundled JRE is not binary compatible with host OS/Arch or it is corrupt.  Testing bundled JRE failed."

I am copying "MCRinstaller.bin" from my machine which has "Ubuntu 8.04 desktop edition", but the server has "Ubuntu 9.10 server edition". Is that a problem? how should I solve it? Both machines has 64 bit intel processors. Should I copy any other file or that's enough?

I would appreciate any help.

Thanks
0
Reply Hamed 11/20/2009 4:41:20 AM

The bundled JRE might be 32 bits and your os a 64 bits machine.
To allow 32 bits code to run on a 64 bits machine, you might need to install the following libraries:
(http://stackoverflow.com/questions/8328250/centos-64-bit-bad-elf-interpreter);
on Centos: yum install glibc.i686
or for Debian,Ubuntu..: sudo apt-get install ia32-libs
Hope it helps


"Hamed Hamed" <hamed_1024@yahoo.com> wrote in message <he56lg$jnu$1@fred.mathworks.com>...
> Hi,
> 
> I want to install MCRinstaller on my server to run deployed programs but it says:
> "Bundled JRE is not binary compatible with host OS/Arch or it is corrupt.  Testing bundled JRE failed."
> 
> I am copying "MCRinstaller.bin" from my machine which has "Ubuntu 8.04 desktop edition", but the server has "Ubuntu 9.10 server edition". Is that a problem? how should I solve it? Both machines has 64 bit intel processors. Should I copy any other file or that's enough?
> 
> I would appreciate any help.
> 
> Thanks
0
Reply yves.dassas1 (1) 4/4/2013 1:10:08 PM


1 Replies
476 Views

(page loaded in 0.033 seconds)

Similiar Articles:













7/21/2012 8:31:32 PM


Reply: