Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 32648  / 2 Years ago, wed, october 5, 2022, 1:29:40

I just started to use Ubuntu. I installed the 12.04 64bit Ubuntu. Java and Eclipse are installed and working fine. When I install Accurev, I got the following error:



Preparing to install...
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...
strings: '/lib/libc.so.6': No such file

Launching installer...

./AccuRev_5_4_1_LinuxClientOnly_x86_2_4.bin: 3310: exec: /tmp/install.dir.2907/Linux/resource/jre/bin/java: not found


anybody can help me? thanks



EDIT:



Answers below plus asnswer here, or http://www.accurev.com/ubbthreads/ubbthreads.php/topics/3812/cannot_install_Accurev5_4_1_on#Post3812


More From » 12.04

 Answers
7

In this site you have the solution, and I've seen that same problem before with other software, with other linux:



You have to create a symbolic link to /lib/libc.so.6. Do that:





  1. Locate the file



    locate libc.so.6


  2. Create a symbolic link



    ln -s /path/to/libc.so.6 /lib/libc.so.6




[#35490] Friday, October 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ongdiligenc

Total Points: 452
Total Questions: 111
Total Answers: 107

Location: Ukraine
Member since Sun, Dec 13, 2020
3 Years ago
;