Author |
Message
|
felfel |
Posted: Thu Oct 27, 2005 3:05 pm Post subject: WMB V6 & Linux |
|
|
Apprentice
Joined: 02 Nov 2004 Posts: 26
|
Hi ,
I installed MB V6 runtime (C85RBML.tgz) over Linux RH kernel 2.6.9-1.667.
The installation was well done without any problem.
After executing mqsiprofile , I try to execute any command mqsixxx and i obtain the folowing error :
"mqsiservice: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory"
Thanks for your help , _________________ "Mens sana in corpore sano" |
|
Back to top |
|
 |
wschutz |
Posted: Thu Oct 27, 2005 3:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Starnge, mqsiprofile should set LD_LIBRARY_PATH, you need to have:
/opt/ibm/mqsi/6.0/lib/
in it.... _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 27, 2005 3:33 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm betting that felfel is doing "./mqsiprofile", and not ". ./mqsiprofile". _________________ I am *not* the model of the modern major general.
Last edited by jefflowrey on Thu Oct 27, 2005 3:43 pm; edited 1 time in total |
|
Back to top |
|
 |
wschutz |
Posted: Thu Oct 27, 2005 3:36 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well perhaps, but then PATH wouldn't be pointing to the mqsi/bin directory. _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 27, 2005 3:43 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
wschutz wrote: |
Well perhaps, but then PATH wouldn't be pointing to the mqsi/bin directory. |
unless felfel manually updated path. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
felfel |
Posted: Fri Oct 28, 2005 2:14 am Post subject: error while loading shared libraries |
|
|
Apprentice
Joined: 02 Nov 2004 Posts: 26
|
Hi ,
Thanks for your replies.
After the installation , i only do :
[wmqi@localhost bin]$ pwd
/opt/ibm/mqsi/6.0/bin
[wmqi@localhost bin]$ ./mqsiprofile
MQSI 6.0.0.0
/opt/ibm/mqsi/6.0
[wmqi@localhost bin]$ ./mqsilist
./mqsilist: error while loading shared libraries: libicuuc.so.32: cannot open shared object file: No such file or directory
Do I have forgotten something ? _________________ "Mens sana in corpore sano" |
|
Back to top |
|
 |
wschutz |
Posted: Fri Oct 28, 2005 2:20 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Yes, you need to do either:
or:
to actually have the envionment variables set in the currrent shell, otherwise what happens is when you run "mqsiprofile" a NEW shells gets created, the command is run, and then the shell exits.
(Jeff... you win the bet again) _________________ -wayne |
|
Back to top |
|
 |
felfel |
Posted: Fri Oct 28, 2005 2:32 am Post subject: Well done |
|
|
Apprentice
Joined: 02 Nov 2004 Posts: 26
|
It works !
( but not for ../mqsiprofile)
[wmqi@localhost bin]$ pwd
/opt/ibm/mqsi/6.0/bin
[wmqi@localhost bin]$ ../mqsiprofile
-bash: ../mqsiprofile: No such file or directory
[wmqi@localhost bin]$ source mqsiprofile
MQSI 6.0.0.0
/opt/ibm/mqsi/6.0
[wmqi@localhost bin]$ ./mqsilist
BIP8071I: Successful command completion.
[wmqi@localhost bin]$ ./mqsiservice
BIPv600 en US
ucnv Console CCSID 1208 dft ucnv CCSID 1208
OS UTF-8 ICUW UTF-8 ICUA UTF-8
BIP8071I: Successful command completion.
[
Thank you very much , _________________ "Mens sana in corpore sano" |
|
Back to top |
|
 |
wschutz |
Posted: Fri Oct 28, 2005 2:42 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Just in case you're still looking, please notice the space between the two periods in my append above. _________________ -wayne |
|
Back to top |
|
 |
|