You must install the MQ client software on the Adaptive Server host machine.
Adaptive Server dynamically loads the MQ client shared libraries. Table 2-1 shows where to install the shared libraries.
Platform |
Directory |
Library name |
---|---|---|
Solaris 32 |
/opt/mqm/lib |
libmqmcs.so, libmqic.so |
Solaris 64 |
/opt/mqm/lib64 |
libmqmcs.so, libmqic.so |
Solaris AMD64 |
/opt/mqm/lib64 |
libmqmcs.so, libmqic.so |
Linux 32 |
/opt/mqm/lib |
libmqic_r.so |
Linux AMD64 |
/opt/mqm/lib64 |
libmqic_r.so |
HPPA 64 |
/opt/mqm/lib64 |
libmqic.sl |
HPIA 64 |
/opt/mqm/lib64 |
libmqic.so |
AIX 64 |
/usr/mqm/lib64 |
libmqic_r.a(mqic_r.o) |
Windows |
c:\Program Files\IBM\Websphere MQ\bin |
MQIC32.DLL |
HP, HPIA, Linux, Linux AMD, Solaris, and Solaris AMD – Adaptive Server loads the library from /opt/mqm/lib so you do not need to set your LD_LIBRARY_PATH for MQ.
IBM – set $LIBPATH to include /usr/mqm/lib64 .
Windows – set %PATH% to include the library.
You do not need to set the LD_LIBRAY_PATH for MQ. Adaptive Server loads the library from /opt/mqm/lib.