Installation in Ubuntu 11.04 (64-bit)

Having problems with IHMC CmapTools? Think you have found a bug? Let us know!
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?)
Post Reply
dralcohen
Posts: 1
Joined: Sat Jun 18, 2011 7:04 am

Installation in Ubuntu 11.04 (64-bit)

Post by dralcohen » Sat Jun 18, 2011 7:23 am

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)

rcarvajal
Posts: 82
Joined: Tue Mar 31, 2009 5:52 pm
Location: Pensacola, FL
Contact:

Re: Installation in Ubuntu 11.04 (64-bit)

Post by rcarvajal » Wed Jun 22, 2011 10:49 am

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
Rodrigo Carvajal

joaquin_albino
Posts: 2
Joined: Wed Jul 04, 2012 8:38 pm

Re: Installation in Ubuntu 11.04 (64-bit)

Post by joaquin_albino » Wed Jul 04, 2012 9:13 pm

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:
strings: '/lib/libc.so.6′: No such file
And I solved it like this:
with

Code: Select all

dpkg -L libc6
I said
libc.so.6
is in
/lib/x86_64-linux-gnu/libc.so.6
I then make a symlink

Code: Select all

sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
and problem solved :-)

Post Reply