Before installing, at the command prompt, run this command: yum install libXtst.i686
Source: https://www.familysearch.org/learn/foru ... 563&page=2
Installation Problem on Linux
-
- New Member
- Posts: 4
- Joined: Fri Nov 02, 2012 4:41 am
Thank you very much indeed. It worked!!!!smconvey wrote:Before installing, at the command prompt, run this command: yum install libXtst.i686
Source: https://www.familysearch.org/learn/foru ... 563&page=2
-
- New Member
- Posts: 2
- Joined: Tue Dec 18, 2012 9:47 pm
Re: Installation Problem on MAC Lion OS
I am trying to install 3_15_1 indexing on a MAC with Lion OS. The installer stalls looking for a message.bundle in a /de.lproj/... The installation is for English and should not be looking for a German (de) folder. In any case it cannot find the message bundle and fails every time. The OS is update date and Java is also up to date.
Any idea how to satisfy the need for this missing directory?
Geoff Williams
Any idea how to satisfy the need for this missing directory?
Geoff Williams
-
- New Member
- Posts: 6
- Joined: Mon May 13, 2013 4:41 pm
Re: Installation Problem on Linux
I have ubuntu 13.04 64 bit. If I install ia32-libs indexing works for me. Here are the complete instructions:
Download: https://indexing.familysearch.org/downl ... _3_17_7.sh
Download: https://indexing.familysearch.org/downl ... _3_17_7.sh
Code: Select all
sudo apt-get install ia32-libs
cd ~/Downloads
chmod +x Indexing_unix_*.sh
./Indexing_unix_*.sh
-
- New Member
- Posts: 4
- Joined: Fri Nov 02, 2012 4:41 am
OpenSUSE 12.3 64 Bit with libXtst installed
I currently have the following packages installedsmconvey wrote:Before installing, at the command prompt, run this command: yum install libXtst.i686
Code: Select all
libXtst-debugsource 1.2.2-16.5
libXtst-devel 1.2.2-16.5
libXtst-devel-32bit 1.2.2-16.5
libXtst6 1.2.2-16.5
libXtst6-32bit 1.2.2-16.5
libXtst6-debuginfo 1.2.2-16.5
libXtst6-debuginfo-32bit 1.2.2-16.5
Code: Select all
java.lang.NoClassDefFoundError: java.awt.Container
at com.install4j.runtime.installer.frontend.headless.AbstractHeadlessScreenExecutor.init(Unknown Source)
at com.install4j.runtime.installer.frontend.headless.ConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.frontend.headless.InstallerConsoleScreenExecutor.<init>(Unknown Source)
at com.install4j.runtime.installer.Installer.getScreenExecutor(Unknown Source)
at com.install4j.runtime.installer.Installer.runInProcess(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
java.lang.NoClassDefFoundError: java.awt.Component
at javax.swing.ImageIcon.<clinit>(Unknown Source)
at com.install4j.runtime.installer.frontend.GUIHelper.loadIcon(Unknown Source)
at com.install4j.runtime.installer.frontend.GUIHelper.<clinit>(Unknown Source)
at com.install4j.runtime.installer.helper.InstallerUtil.reportException(Unknown Source)
at com.install4j.runtime.installer.Installer.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
Code: Select all
Indexing_unix_3_18_3.sh
Code: Select all
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (suse-8.14.5-x86_64)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
smconvey wrote:Source: https://www.familysearch.org/learn/foru ... 563&page=2
-
- Member
- Posts: 97
- Joined: Thu Sep 20, 2012 5:58 pm
- Location: Camas, WA, USA
Re: OpenSUSE 12.3 64 Bit with libXtst installed
Unfortunately, the Family Search Indexing Forum was discontinued and replaced by their new Q&A tool (http://genealogysstar.blogspot.com/2012 ... inued.html). You can go to the following link, type "Linux" in the search bar, and get a few hits: https://familysearch.org/ask/productSupporturbanomad wrote:FYI: This link is now deadsmconvey wrote:Source: https://www.familysearch.org/learn/foru ... 563&page=2
I submitted a request to FamilySearch Indexing Support (Case 3114176) to make the information from the original URL available. If you want to support this request, please email support@familysearch.org and reference the case number.
-
- New Member
- Posts: 1
- Joined: Sun Jun 08, 2014 9:11 pm
Re: Installation Problem on Linux
I'm also having troubles installing on a Linux system. It's an Ubuntu 14.04 64bit machine. I download the Indexing_unix.sh file and ran it, but I got the following error:
java.lang.NoClassDefFoundError: java.awt.Container
Can anyone help us get this running?
Thanks,
Ken
java.lang.NoClassDefFoundError: java.awt.Container
Can anyone help us get this running?
Thanks,
Ken
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Re: Installation Problem on Linux
As you can read below, you need to install at least ia32-libs library to have it work!KenCox wrote:Can anyone help us get this running?
Onestly I have to install many more libraries, but you can try with this one first.
-
- New Member
- Posts: 1
- Joined: Thu Jun 12, 2014 4:43 pm
Re: Installation Problem on Linux
I am new with Ubuntu. Please explain me in easy way how to install Familysearch Indexing program on Ubuntu.
-
- Senior Member
- Posts: 619
- Joined: Sat Jan 19, 2008 3:13 am
- Location: Vicenza. Italy
Re: Installation Problem on Linux
I've just reinstall a fresh Gnome Ubuntu 13.04, so I need to reinstall Indexing.lirikklim wrote:I am new with Ubuntu. Please explain me in easy way how to install Familysearch Indexing program on Ubuntu.
As soon as I can, I'll post what I do to have it works.