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.
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.