in reply to Re^2: Installing MQSeries cpan module nmake issue
in thread Installing MQSeries cpan module nmake issue
Can't load 'C:/Perl/site/lib/auto/MQClient/MQSeries/MQSeries.dll' for module MQClient::MQSeries: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 230. at xxxxxxxx line 14
I think that's telling you that the MQSeries.dll couldn't be loaded because some other dll (probably one of the IBM dll's) could not be found. To make the missing dll locatable, it's usually just a matter of adding that dll's location to the path environment variable.
Did you get a pop-up along with that error message ? (I think one often does get a pop-up, and the pop-up actually tells you the name of the dll that couldn't be found.)
Cheers,
Rob