ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Problem after upgrading MQ 5.0 client to MQ5.2 in HP

Post new topic  Reply to topic
 Problem after upgrading MQ 5.0 client to MQ5.2 in HP « View previous topic :: View next topic » 
Author Message
sajuvt
PostPosted: Thu Mar 28, 2002 3:01 am    Post subject: Reply with quote

Newbie

Joined: 27 Mar 2002
Posts: 1
Location: inautix

This problem started whem I upgraded the MQ Client 5.0 to MQ 5.2 client version in HP box.

I am facing a problem while building some libraries & binaries that are using MQ API's after I upgraded the MQ API 5.0 version to MQ5.2 version. It is giving the following error while compiling one of my libraries.

".....
-lMqApi -L/opt/mqm/lib -limqi23ah -lmqm_r
/usr/ccs/bin/ld: Can't find library for -lmqm_r
......
"

Did anyone of you faced the same problem before? If so what did you do to solve this?

When I verified the directories with another HP box with the MQ5.0 client, I could see the "libmqm_r.sl" present at the location "/opt/mqm/lib/" where as this file is not present in the HP box with MQ5.2 client.

If anyone of you have a solution for this, please reply or sent me the solution
- sajuvt@yahoo.com

Thanks


_________________
- Saju
Back to top
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Thu Mar 28, 2002 4:15 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Well First the libmqm_r.sl is the server version not the client version and I would expect it not to be there

_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
Edward
PostPosted: Thu May 30, 2002 5:42 am    Post subject: Problem Solving Reply with quote

Newbie

Joined: 30 May 2002
Posts: 2

I had the same problem and it can be solved very quickly.

Please don't forget to assign necessary properties on the code of your application similar to code below:

public void init() {
MQEnvironment.hostname = "rain";
MQEnvironment.channel = "CHANNEL1";
MQEnvironment.userID = "mqtest";
MQEnvironment.password = "mqtest";
MQEnvironment.port = 1414;
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Problem after upgrading MQ 5.0 client to MQ5.2 in HP
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.