Page 1 of 2

Trouble installing Linux indexing application

Posted: Sun Oct 09, 2011 4:45 pm
by mazate
Hi there

I'm trying to install the linux indexing application on my computer. I'm running Ubuntu 11.04. I've done it before successfully so I know I'm doing it correctly. However, now I'm having trouble getting it to install.

Here's my problem:

I'm typing on the command line:
chmod +x Indexing_unix_3_10_5.sh
to make the script executable

Then I type:
./Indexing_unix_3_10_5.sh to execute the script
I then get this output:

Unpacking JRE ...
Preparing JRE ...
./Indexing_unix_3_10_5.sh: 346: bin/unpack200: not found
Error unpacking jar files. The architecture or bitness (32/64)
of the bundled JVM might not match your machine.

I'm running the 64 bit version of Ubuntu if thats an issue. However, as I stated before I've installed it before on Ubuntu in this exact same method without problems. I had to reinstall Ubuntu is the issue.

Thanks in advance for any help you can provide.

Posted: Mon Oct 10, 2011 11:31 am
by marianomarini
I made the test.

uname -a
Linux mariano-Aspire-5551 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

Download the file.
Start installation without changing permissions.

bash Indexing*.sh

The installation shows some warning and the error message saying that it was not able to put an icon into my desktop.
At the end of installation I agree to run Indexing.
It shows me some (maybe five or six) error windows.
I closed its all and insert my account and.. I was in.
Starting again Indexing through Unity menu and all went well without error.

Posted: Tue Oct 11, 2011 8:55 pm
by mazate
Thanks for the reply. I still got the same error that I got when I did it.

Posted: Thu Oct 13, 2011 1:19 pm
by marianomarini
mazate wrote: I'm running the 64 bit version of Ubuntu if thats an issue. However, as I stated before I've installed it before on Ubuntu in this exact same method without problems. I had to reinstall Ubuntu is the issue.

As you can see from output of "uname -a" command, I have a 64 bit machine running Ubuntu 11.04 and it work fine.
So isn't a matter of Ubuntu 64 bit version.

Posted: Tue Nov 01, 2011 5:47 am
by nasfarley88
I found the solution! The solution was on http://forums.visual-paradigm.com/posts/list/2501.html, they had a similar problem.

To fix this I just put this into the terminal:

Code: Select all

sudo apt-get install ia32-libs

Posted: Sun Dec 11, 2011 9:21 pm
by jdfoote
I am having a similar problem. I did exactly what mariano describes here:
The installation shows some warning and the error message saying that it was not able to put an icon into my desktop.
At the end of installation I agree to run Indexing.
It shows me some (maybe five or six) error windows.
I closed its all and insert my account and.. I was in.
Starting again Indexing through Unity menu and all went well without error.
Except that after I put in my account information, the Indexing window came up, but only the top menu (i.e., File, etc.) loaded, not the content of the window.

Any ideas as to what's going on?

Posted: Mon Dec 12, 2011 1:59 pm
by marianomarini
Can you see a small window indicating that FSI is loading?

Re: Trouble installing Linux indexing application

Posted: Wed May 22, 2013 11:05 am
by fmaximo
The nfarley88 instructions from Tue Nov 01, 2011 4:47 am worked for me.
(Ubuntu Workstation 12.04.2 AMD64)
The ia32-libs install a set of 32bits libraries for some softwares compatibility on a 64 bits system.

sudo apt-get install ia32-libs

After that, works ok for me.

Fabio Maximo

Re: Trouble installing Linux indexing application

Posted: Sat Jan 18, 2014 6:11 pm
by janawalt
The ia32-libs option doesn't appear to exist anymore on Ubuntu 13.10 64 bit. The only two work-arounds I've found are to install a bunch of libraries as suggested by Matthew O. Smith, or to use a working JRE, like the Oracle Java 7 JDK I have installed.

I can appreciate the advantages of bundling the JRE with the installer, especially on platforms where the libraries are more stable, but perhaps on Linux, and especially 64 bit, the installer could give the option to use an existing JRE or you could provide a 64 bit installer.

I've got the full overly verbose write-up online. All attempts to put the simplified instructions here end up with a "website temporarily down" response.

Re: Trouble installing Linux indexing application

Posted: Sun Jan 26, 2014 7:13 pm
by mx4525
If anybody wanted to know what's up with ia32-libs the removal information can be found here
https://wiki.ubuntu.com/MultiarchSpec

Basically you'll need to be specifying libraries more directly instead of installing a giant umbrella. This is good because if you only needed one 32bit lib you don't need to install 550MB of stuff.