rubywmq icon indicating copy to clipboard operation
rubywmq copied to clipboard

Failed to load MQ Library:mqic32

Open ghost opened this issue 9 years ago • 0 comments

Need help on an install issue with RubyWMQ, I am using Ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32] and IBM WebSphere MQ version 7.1.0.3, located in C:\Program Files\IBM\WebSphere MQ on a 64bit Windows 7 machine.

I get this error when running some code that attempts to connect to a queue:

WMQ::QueueManager#connect(). Failed to load MQ Library:mqic32, rc=126 (WMQ::WMQException)

The "mqic32.dll" file is in C:\Program Files\IBM\WebSphere MQ\bin, so I am not sure exactly where the gem's code is looking for that file.

Thanks!

ghost avatar Jun 06 '16 16:06 ghost