Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Errors installing CLM 5.0.2 on POWER8/Linux

Hi all

I am experimenting with a POWER8 server using Linux. 
[root@xxxx linux.gtk.ppc]# uname -a
Linux xxxx.yyy.uk.ibm.com 3.10.0-123.el7.ppc64 #1 SMP Mon May 5 11:18:37 EDT 2014 ppc64 ppc64 ppc64 GNU/Linux

I have downloaded the Web Installer, and the full repo for CLM 5.0.2 but when I run the silent install script:

./installc -acceptLicense -showVerboseProgress -input silent-install-server2.xml --launcher.ini silent-install.ini

results in
-bash: ./installc: /lib/ld.so.1: bad ELF interpreter: No such file or directory

I suspect this is a library problem - but not sure how to fix this

Any suggestions?

many thanks

anthony



0 votes



One answer

Permanent link
The problem was more a linux problem than a CLM problem.

CLM and its installation requires various libraries to be installed, and my machine was a very bare server.  The specific problem was caused by a failure to find certain libaries, in this case, using yum to install the library got past that problem ( yum install /lib/libd.so ).

This is a basic Linux server setup, so I also had to install the following:


yum install gcc
yum install libgcc_s.so.1


Now the installation runs to completion.  I now have a problem where server.startup fails - but that is another issue.

Hope that helps someone else using a POWER8 server with Linux (very fast machines these POWER8's - can't wait to be running CLM on them)

anthony

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,495
× 2,357
× 37
× 1

Question asked: Feb 02 '15, 6:27 p.m.

Question was seen: 3,914 times

Last updated: Feb 03 '15, 6:03 a.m.

Confirmation Cancel Confirm