Try running it in the Windows emulator, Wine (version 1.6.2). Works well for me on Xubuntu 14.04, granted mine is 32-bit, but it shouldn't make a difference with Wine what your system is. I've tried it before and it didn't work as well, but on trying it again with a newer Ubuntu version with Wine version 1.6.2 with the current Indexing download, it works great, so far.
Here's a link to the Windows installation download: https://indexing.familysearch.org/downl ... indows.exe
Installation Problem on Linux
- marianomarini
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Re: Installation Problem on Linux
It works for me also.
Ubuntu 14.04 64 bit.
Ubuntu 14.04 64 bit.
-
- Member
- Posts: 171
- Joined: Sun Apr 01, 2012 1:58 pm
Re: Installation Problem on Linux
Awesome! Thanks.
-
- New Member
- Posts: 1
- Joined: Sun Oct 05, 2014 4:39 pm
Re: Installation Problem on Linux
@urbanomad
There are a couple of possibilities to solve your problem. Check out http://stackoverflow.com/questions/1411 ... -container
I'm using Ubuntu 14.04 and the suggestion to install libxtst6:i386 worked for me (see the post for details).
There are a couple of possibilities to solve your problem. Check out http://stackoverflow.com/questions/1411 ... -container
I'm using Ubuntu 14.04 and the suggestion to install libxtst6:i386 worked for me (see the post for details).
- pgpattison
- New Member
- Posts: 5
- Joined: Mon Jul 14, 2014 8:11 am
- Location: Columbus, OH
- Contact:
Re: Installation Problem on Linux
I'm running Fedora 20 (Design Spin, 64-bit). Installing the 32-bit build of libxtst worked for me as well. The command was:
Yum installed the package and 7 dependencies. After installing libXtst.i386, I was able to run the FamilySearch Indexing installer. The installer reported several parse errors while running Iced Tea, but it appears to have been successful.
Code: Select all
sudo yum install libXtst.i686
-
- New Member
- Posts: 4
- Joined: Mon Dec 15, 2014 6:47 am
- Location: Rio de Janeiro, Brasil
Re: Installation Problem on Linux
Apparently on Ubuntu 14.04 64bit it won't work out of the box, you need ia32-libs but Ubuntu 14.04 does not ship with it. You can do this:
That still did not solve the issue. Maybe it will require a restart.
I also did this:
I ended up installing via console with ./Indexing_unix.sh -c. Let's see if it works after installation.
Code: Select all
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install ia32-libs
I also did this:
Code: Select all
sudo apt-get install libxtst6:i386