Installation Problem on Linux

Issues related to FamilySearch Indexing
munaish
Member
Posts: 171
Joined: Sun Apr 01, 2012 1:58 pm

Re: Installation Problem on Linux

#21

Post by munaish »

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
User avatar
marianomarini
Senior Member
Posts: 619
Joined: Sat Jan 19, 2008 3:13 am
Location: Vicenza. Italy

Re: Installation Problem on Linux

#22

Post by marianomarini »

It works for me also.
Ubuntu 14.04 64 bit.
munaish
Member
Posts: 171
Joined: Sun Apr 01, 2012 1:58 pm

Re: Installation Problem on Linux

#23

Post by munaish »

Awesome! Thanks. :)
joshcummings
New Member
Posts: 1
Joined: Sun Oct 05, 2014 4:39 pm

Re: Installation Problem on Linux

#24

Post by joshcummings »

@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).
User avatar
pgpattison
New Member
Posts: 5
Joined: Mon Jul 14, 2014 8:11 am
Location: Columbus, OH
Contact:

Re: Installation Problem on Linux

#25

Post by pgpattison »

I'm running Fedora 20 (Design Spin, 64-bit). Installing the 32-bit build of libxtst worked for me as well. The command was:

Code: Select all

sudo yum install libXtst.i686
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.
tcprado
New Member
Posts: 4
Joined: Mon Dec 15, 2014 6:47 am
Location: Rio de Janeiro, Brasil

Re: Installation Problem on Linux

#26

Post by tcprado »

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:

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
That still did not solve the issue. Maybe it will require a restart.
I also did this:

Code: Select all

sudo apt-get install libxtst6:i386
I ended up installing via console with ./Indexing_unix.sh -c. Let's see if it works after installation.
Post Reply

Return to “FamilySearch Indexing”