Wikis - Page

Getting Fedora Core 5 installed and running on AccuRev.

0 Likes

"PROBLEM/ABSTRACT:
Installing on Fedora Core 5 or Ubuntu 6/7 fails with the following error:

Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Launching installer...

grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.2650/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory


SOLUTION:
In order to install you will need to perform the following steps.

1. Back up the installer.

cp AccuRev_4_0_2_Linux_x86_2_2.bin AccuRev_4_0_2_Linux_x86_2_2.bin.bak

2. Modified the export command inside it.

cat AccuRev_4_0_2_Linux_x86_2_2.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > AccuRev_4_0_2_Linux_x86_2_2.bin

3. Run the new version of the installer.

./AccuRev_4_0_2_Linux_x86_2_2.bin

Once installed, you will need to modify the acgui script in order for the GUI to run, steps below.

1. Backup the acgui script.

cp acgui acgui.bak

2. cat acgui.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/"
> acgui

The same needs to be fixed for the GUI diff viewer 'acdiffgui', steps below.

1. Backup the acdiffgui script.

cp acdiffgui acdiffgui.bak

2. cat bin/acdiffgui.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/"
> acdiffgui

For more information contact AccuRev Support"

Comment List
Related
Recommended