Posted: Thu Feb 14, 2008 12:33 pm Post subject: Error using ./amqsputc. Help Required!
Newbie
Joined: 14 Feb 2008 Posts: 2
Hi everyone, I have installed MQ client on the same machine as the server and then created channel and a listener following the manual.
I used the following commands to do all this:
runmqsc qman
define qlocal('q3')
define channel (ch2) chltype (svrconn) trptype (tcp) mcauser ('mqm')
define listener (listener2) trptype (tcp) control (qmgr) port (14001)
start listener (listener2)
end
export MQSERVER='ch2/tcp/192.168.100.84(14001)'
And now when I try to put messages into the queue using the command as
./amqsputc queueName queueManager
it gives me this error:
./amqsputc: error while loading shared libraries: libmqic_r.so: cannot open shared object file: No such file or directory
My current working directory is: /opt/mqm/samp/bin.
i was doing all this as a root but I tried putting the message into the queue as a user and not root but I think it didnt say me for any access privilege.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum