![]() |
It means that the Netprobe was not able to locate the MQ library files |
![]() |
The MQ library files for UNIX platform are; libmqm.so for binding mode configuration libmqic.so for client connection mode, for UNIX system. These libraries must be added to the variable LD_LIBRARY_PATH For Windows, the files are; mqm.dll for binding mode configuration mqic32.dll for client connection mode These libraries must be added to the variable PATH
|
-
Tags:
Comments
1 comment
This didn't help me. I had MQ client installed on a Linux server and was sampling a remote qmgr. However, this did work for me:
ln -s /opt/mqm/lib64/libmqic.so /usr/lib64/libmqic.so
Using LD_LIBRARY_PATH did me no good at all. Using a symlink to libmqic.so in /usr/lib64 is what solved my issue. After I did that and restarted the netprobe it was all good.
Please sign in to leave a comment.