Author |
Message
|
cross_worlds |
Posted: Wed Sep 14, 2005 4:03 am Post subject: Linux error while creating Queue Manager |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
i get the following error while trying to create a queue manager on Linux:
Quote: |
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 |
it is mq5.3.
any thoughts to solve this ? |
|
Back to top |
|
 |
JT |
Posted: Wed Sep 14, 2005 5:47 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Did you set the environment variable: LD_ASSUME_KERNEL=2.4.19 ?
If not, you need to. |
|
Back to top |
|
 |
Hawker |
Posted: Thu Sep 15, 2005 10:42 am Post subject: |
|
|
Newbie
Joined: 14 Sep 2005 Posts: 6 Location: USA
|
Crossworlds
Was your issue resolved? |
|
Back to top |
|
 |
cross_worlds |
Posted: Mon Sep 19, 2005 10:02 pm Post subject: |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
hey Hawker
the issue is partially resolved .......... after setting that environment variable..i was able to issue mq commands...... but a new problem has arisen .....
when i issue crtmqm command ...... the system is NOT responding ......... but when i look at mq file system .... i see there is a queue manager dirctory ........ also throwing errors,FDC when trying to start the QM.
Quote: |
" Websphere MQ was unable to display an error message 893" |
- which actually is an unexpected error in mqrc description
how to get around this ? |
|
Back to top |
|
 |
andypiper |
Posted: Tue Sep 20, 2005 6:46 am Post subject: |
|
|
 Acolyte
Joined: 29 Oct 2001 Posts: 59 Location: London
|
Have you applied any fixpacks?
There was an issue with crtmqm on earlier versions. You should make sure you have applied the latest fixpack, and ensure that you have the LD_ASSUME_KERNEL environment variable set. |
|
Back to top |
|
 |
cross_worlds |
Posted: Tue Sep 20, 2005 7:39 am Post subject: |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
The problem is fixed. I think problem was because of CSD level and also my .bash_profile.
First, I updated it to CSD 10 and later edited the .bash_profile as follows:
Quote: |
PATH=$PATH:$HOME/bin:/opt/mqm/bin
export PATH
export LD_ASSUME_KERNEL=2..4.19 |
and sourced this => source .bash_profile
-thanks all |
|
Back to top |
|
 |
cross_worlds |
Posted: Tue Sep 20, 2005 8:56 am Post subject: |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
i am now setting up SSL for the qmanager
i jst found that there is no /opt/mqm/ssl or /usr/mqm/ssl/jre directories in the file system......... i dont understand what is goin on ? |
|
Back to top |
|
 |
EddieA |
Posted: Tue Sep 20, 2005 9:06 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Is "keyman" a separate rpm in Linux. If so, did you load it.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Anirud |
Posted: Tue Sep 20, 2005 9:09 am Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
I think you did not install GSkit.
This should show you the installed gskit version
/opt/mqm/ssl will be created when you install GSkit. |
|
Back to top |
|
 |
cross_worlds |
Posted: Tue Sep 20, 2005 10:06 am Post subject: |
|
|
Apprentice
Joined: 29 Dec 2004 Posts: 27
|
i tried gsk6ver and the system is not recognizing the command....
It seems like it hasn't got installed intially .......... is GSkit part of the base WMQ software or can I download it from ibm website ?
guidance appreciated |
|
Back to top |
|
 |
|