Posted: Tue Oct 04, 2005 1:19 pm Post subject: MQ v6 on Linux with legacy gcc libraries
Novice
Joined: 04 Oct 2005 Posts: 11
I have installed MQSeries v6.0 on a Linux RedHat 7.3 machine. I need to link with the legacy gcc v2.95 libraries that are in /opt/mqm/lib/2.95 for my C++ apllications. However my link fails claiming that it can't find stuff like SetMessageID() or new().
I believe that these libraries are either broken, or possibly were intended to be installed in the directory /opt/mqm/lib/3.0.3 which is missing in this installation. At least they appear to be more like the 3.0.3 libraries on a Linux machine I have with v5.3 still installed, by virture of comparing the output from ldd and nm.
I copied the contents of /opt/mqm/lib/2.95.2 from my v5.3 machine to /opt/mqm/lib/2.95 on my v6 machine and now I can link and run my applications.
Has anyone else had similar experience, or gotten C++ application to build, link and run using the legacy libraires?
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