Author |
Message
|
SpitFire |
Posted: Mon Aug 01, 2005 10:02 pm Post subject: installing MQ on RH9 |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
I am trying to install MQSeries5.3 on RedHat9. When I run the licensing script (mqlicense.sh), it returns a segmentation fault, at the line where it calls a JRE. However the machine has Java (JSDK, JRE) installed. Won't MQ5.3 install properly on RH9? Or is there anyway I can continue the installation? |
|
Back to top |
|
 |
sebastianhirt |
Posted: Mon Aug 01, 2005 11:01 pm Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
|
Back to top |
|
 |
SpitFire |
Posted: Mon Aug 01, 2005 11:48 pm Post subject: still throws segmentation fault |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
Thanks for that page. I tried the solution given in that page and the problem still persists
Is there are any other solution? |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 02, 2005 2:29 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
this has worked for me in the past:
Code: |
touch /tmp/mq_license/license/status.dat |
Then go ahead with the install (ie, don't try to run the mqlicense.sh). And once it is installed, you will need: export LD_ASSUME_KERNEL=2.4.19 for MQ v5.3 (not needed for MQ v6 anymore) _________________ -wayne |
|
Back to top |
|
 |
SpitFire |
Posted: Tue Aug 02, 2005 4:20 am Post subject: permission denied |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
Thanks for the information. However, after the installation if I try "crtmqm TEST.QM" it throws a permission denied error (Regardless of who the user is).
Please help |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 02, 2005 4:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please post the actual error message.
Please check to see if there are any files that match *.FDC in /var/mqm/errors. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
SpitFire |
Posted: Tue Aug 02, 2005 4:29 am Post subject: error again... |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
I added the user to the new group "mqm" that was created automagically. After this I am able to run the commands, but then the following error surfaces ...
crtmqm: relocation error: /opt/mqm/lib/libmqmr_r.so: symbol errno, version GLIBC
_2.0 not defined in file libc.so.6 with link time reference
Am I still overlooking something? |
|
Back to top |
|
 |
SpitFire |
Posted: Tue Aug 02, 2005 4:32 am Post subject: no log of errors... |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
I checked the contents of the directory
"/var/mqm/errors"
and found that it has nothing inside it  |
|
Back to top |
|
 |
wschutz |
Posted: Tue Aug 02, 2005 5:50 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Aug 02, 2005 12:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Does your path include /opt/mqm/bin ?
Does your LD_LIBRARY_PATH include /opt/mqm/lib ?
Enjoy  |
|
Back to top |
|
 |
SpitFire |
Posted: Tue Aug 02, 2005 7:44 pm Post subject: finally fixed... |
|
|
 Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
|
|
Back to top |
|
 |
|