I'm having trouble installing CmapTools in Ubuntu 11.04.
~/Desktop$ ./Linuxx64CmapTools_v5.04.02_05-13-11.bin
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...
/tmp/install.dir.4590/Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
So I set a link to /lib/i386-linux-gnu/libc-2.13.so
/lib/libc.so.6 -> /lib/i386-linux-gnu/libc-2.13.so
Now I get
~/Desktop$ ./Linuxx64CmapTools_v5.04.02_05-13-11.bin
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...
Launching installer...
/tmp/install.dir.4731/Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
Suggestions?
Thank you.
---
Ubuntu Desktop 11.04 64-bit
Kernel Linux 2.6.38-8-generic-pae
GNOME 2.32.1
5.9G RAM
IHMC CmapTools v5.04.02 for Linux 64Bits
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
OpenJDK Server VM (build 20.0-b11, mixed mode)
Installation in Ubuntu 11.04 (64-bit)
Forum rules
Before you post a problem or bug, please be sure you have included the version number of IHMC CmapTools, the operating system and version, the amount of RAM, and any other information that allows us to be able to replicate the problem you are having. (i.e. what were you doing when the problem occur? were you running another program (application) by the time you have the problem?)
Before you post a problem or bug, please be sure you have included the version number of IHMC CmapTools, the operating system and version, the amount of RAM, and any other information that allows us to be able to replicate the problem you are having. (i.e. what were you doing when the problem occur? were you running another program (application) by the time you have the problem?)
-
rcarvajal
- Posts: 82
- Joined: Tue Mar 31, 2009 5:52 pm
- Location: Pensacola, FL
- Contact:
Re: Installation in Ubuntu 11.04 (64-bit)
Hi,
> /tmp/install.dir.4590/Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
Instead of the link you had created I would suggest to get a clean installation of the libc6 using:
sudo apt-get install libc6
> Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
I have seen this problem when A) the Operating System and the CmapTools installer do not match the architecture (32bits and 64bits) or when B) the installer was not download it as a binary file. Based on your report, both (O.S. and CmapTools) are 64Bits. Could you please verify that?
This question has been covered a couple of times in the forum.
viewtopic.php?f=7&t=261&p=669&hilit=Syn ... tring#p669
Spanish section: viewtopic.php?f=12&t=370&p=1102&hilit=S ... ring#p1102
Please take a look to the previous posts in the forum and let me know how it goes.
Regards,
Rodrigo
> /tmp/install.dir.4590/Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
Instead of the link you had created I would suggest to get a clean installation of the libc6 using:
sudo apt-get install libc6
> Linux/resource/jre/bin/java: 1: Syntax error: Unterminated quoted string
I have seen this problem when A) the Operating System and the CmapTools installer do not match the architecture (32bits and 64bits) or when B) the installer was not download it as a binary file. Based on your report, both (O.S. and CmapTools) are 64Bits. Could you please verify that?
This question has been covered a couple of times in the forum.
viewtopic.php?f=7&t=261&p=669&hilit=Syn ... tring#p669
Spanish section: viewtopic.php?f=12&t=370&p=1102&hilit=S ... ring#p1102
Please take a look to the previous posts in the forum and let me know how it goes.
Regards,
Rodrigo
Rodrigo Carvajal
-
joaquin_albino
- Posts: 2
- Joined: Wed Jul 04, 2012 8:38 pm
Re: Installation in Ubuntu 11.04 (64-bit)
I have a
- 64 bit processor and
- 64-bit CmapTools Linuxx64CmapTools_v5.04.02_05-13-11.bin and
- Ubuntu ubuntu 11.10 oneiric ocelot
But the problem appeared as
error message:
with
I said
and problem solved 
- 64 bit processor and
- 64-bit CmapTools Linuxx64CmapTools_v5.04.02_05-13-11.bin and
- Ubuntu ubuntu 11.10 oneiric ocelot
But the problem appeared as
error message:
And I solved it like this:strings: '/lib/libc.so.6′: No such file
with
Code: Select all
dpkg -L libc6is inlibc.so.6
I then make a symlink/lib/x86_64-linux-gnu/libc.so.6
Code: Select all
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6