reidmorrison / rubywmq

Ruby interface into WebSphere MQ
https://github.com/reidmorrison/rubywmq
Apache License 2.0
32 stars 24 forks source link

Failed to load MQ Library:mqic32 #17

Open ghost opened 8 years ago

ghost commented 8 years ago

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!