Author |
Message
|
Srinu |
Posted: Tue Jan 03, 2006 9:55 am Post subject: creating broker on linux |
|
|
 Acolyte
Joined: 15 Jun 2005 Posts: 51
|
Hi,
I have installed WBIMB 6.0 on Linux system. When I run mqsicreatebroker command I am getting following error
./mqsicreatebroker: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory
Please give me suggestions. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jan 03, 2006 10:00 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Did you source /opt/ibm/mqsi/6.0/bin/mqsiprofile first to setup the env variables? _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 03, 2006 10:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
And by "source" Wayne means run the command ". opt/ibm/mqsi/6.0/bin/mqsiprofile". That's dot-space-slash-opt... not dot-slash-opt-... _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Srinu |
Posted: Tue Jan 03, 2006 10:03 am Post subject: |
|
|
 Acolyte
Joined: 15 Jun 2005 Posts: 51
|
Hi wayne
I have run /opt/ibm/mqsi/6.0/bin/mqsiprofile first to setup the env variables. |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jan 03, 2006 10:07 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Not to be picky, but did you do exactly what Jeff typed (with the leading period), or you can type:
Code: |
source /opt/ibm/mqsi/6.0/bin/mqsiprofile |
It should set your LD_LIBRARY_PATH variable (try: echo $LD_LIBRARY_PATH) and paste the results. _________________ -wayne |
|
Back to top |
|
 |
Srinu |
Posted: Tue Jan 03, 2006 10:13 am Post subject: |
|
|
 Acolyte
Joined: 15 Jun 2005 Posts: 51
|
Hi wayne
I have tried out what jeff has said . When I run echo $LD_LIBRARY_PATH command I got the following result
[miracle@localhost ~]$ echo $LD_LIBRARY_PATH
/home/miracle/sqllib/lib
[miracle@localhost ~]$ |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jan 03, 2006 10:23 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
There is a statment in mqsiprofile that sets the LD_LIBRARY_PATH variable. You need to figure out if sometinhg else is resetting that. You need to have /opt/mqsi/6.0/lib in your LD_LIBRARY_PATH. _________________ -wayne |
|
Back to top |
|
 |
|