Author |
Message
|
sebastia |
Posted: Wed Apr 10, 2013 6:04 am Post subject: problem installing MB v8 on RH v6.1 64bit |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
I am installing MB v8 on a linux RHEL v6.1 (64 bit)
Quote: |
[root@rhv6-64b messagebroker_ia_runtime1]# ./setuplinuxx64 -console
|
... and it starts complaining that
Quote: |
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file
|
I search my linux for the file and do find it, but in /lib64/ dir :
Quote: |
[root@rhv6-64b lib64]# find / -name libc.so.6
/lib64/libc.so.6
|
How must I tell the installer to use "/lib64" ?
Thanks.
Later, it complains about another lib
Quote: |
./setuplinuxx64.bin: /tmp/install.dir.23920/Linux/resource/jre/jre/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
|
but guess pointing to /lib64/ will fix both problems ... |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Apr 10, 2013 6:10 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
no no and thrice NO!
Search this forum about similar problems
Look in the infocentre for additional information
There is a whole raft of 32bit RPM's that you need to install to get it to work properly.
When I was playing around with Linux & MB7 I produced a kickstart file that had all the 64bit and 32bit rpms included. I've not had the time or inclinatino to do this for MB8/MQ7.5
A little time and effort will really help you in the long run. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
sebastia |
Posted: Wed Apr 10, 2013 6:16 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
|
Back to top |
|
 |
sebastia |
Posted: Wed Apr 10, 2013 6:37 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
when I run
Quote: |
yum install gtk2.x86_64
...
Package gtk2-2.18.9-6.el6.x86_64 already installed and latest version Nothing to do |
Do you mean I NEED the 32-bit version also, this is
Quote: |
yum install gtk2.i686 |
???
Sebastian |
|
Back to top |
|
 |
sebastia |
Posted: Wed Apr 10, 2013 7:37 am Post subject: |
|
|
 Grand Master
Joined: 07 Oct 2004 Posts: 1003
|
Well, it is working now.
Steps :
1) "yum install gtk2.i686"
2) increased "/tmp"
3) improved "./setuplinuxx64 -i console"
Watch at "-i console", not "-console"
Enjoy. |
|
Back to top |
|
 |
|