You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute mqsilist command by logging into IIB container but i am getting below error. I am running the command as iibuser. The executable is in following path /opt/ibm/iib-10.0.0.11/server/bin and i also noticed all the files present in bin directory are having '' end of each file.
ls -ltr is showing like below for all the files.
Ex: mqsilist
./mqsilist:error while loading shared libaries:libImbCmdLib.so cannot open such shared object file:No such file or Directory
But i am able to execute the below command. So, if i run the command without logging in the container its working but the same command if i run inside the container its not working which is strange to me.
docker exec /bin/bash -c mqsilist
Could you please help me what could be the issue.
The text was updated successfully, but these errors were encountered:
Though late response :)
I had a similar issue and running source ./mqsiprofile worked.
sh-4.4$ pwd
/opt/ibm/ace-11/server/bin
sh-4.4$ ./mqsilist
./mqsilist: error while loading shared libraries: libImbCmdLib.so: cannot open shared object file: No such file or directory
sh-4.4$ source ./mqsiprofile
MQSI 11.0.0.9
/opt/ibm/ace-11/server
sh-4.4$ mqsilist
BIP1281I: No integration nodes have been defined on this machine.
BIP8071I: Successful command completion.
sh-4.4$
I am trying to execute mqsilist command by logging into IIB container but i am getting below error. I am running the command as iibuser. The executable is in following path /opt/ibm/iib-10.0.0.11/server/bin and i also noticed all the files present in bin directory are having '' end of each file.
ls -ltr is showing like below for all the files.
Ex: mqsilist
./mqsilist:error while loading shared libaries:libImbCmdLib.so cannot open such shared object file:No such file or Directory
But i am able to execute the below command. So, if i run the command without logging in the container its working but the same command if i run inside the container its not working which is strange to me.
docker exec /bin/bash -c mqsilist
Could you please help me what could be the issue.
The text was updated successfully, but these errors were encountered: