|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Changing App from running on an MQ Server to a Client |
« View previous topic :: View next topic » |
Author |
Message
|
LouML |
Posted: Wed Nov 17, 2010 9:01 am Post subject: Changing App from running on an MQ Server to a Client |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
We are migrating some applications off of a server that has MQ Server. These apps will now run on a new Server and connect as a Client.
The Queue Manager is on a Solaris 10 server running MQ Server 7.0.1.3. I've installed MQ Client 7.0.1.3 on the application server (also Solaris 10)
One of our Application Developers is having a problem getting his makfile to work. He now gets:
ld: fatal: library -lmqm: not found
He can make the file on the MQ Server box and copy the app to the MQ Client box. When he runs it, he gets:
fatal: libmqm.so: open failed: No such file or directory
I know this file does not come with MQ Client. I imagine he has to somehow change his makefile to know that he now needs to compile with MQ Client libraries instead of MQ Server libraries.
I am not an application developer. Am I correct in this? And how does he go about this? _________________ Yeah, well, you know, that's just, like, your opinion, man. - The Dude |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Nov 17, 2010 9:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You need to change all references to libmqm.so to libmqic.so, and -lmqm to -lmqic |
|
Back to top |
|
 |
LouML |
Posted: Thu Nov 18, 2010 7:14 am Post subject: |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
Thanks Jeff. That was it. _________________ Yeah, well, you know, that's just, like, your opinion, man. - The Dude |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|