in reply to Installing MQSeries cpan module nmake issue

First step is Get a copy of Microsoft Visual C++ .NET which comes with newest nmake.
  • Comment on Re: Installing MQSeries cpan module nmake issue

Replies are listed 'Best First'.
Re^2: Installing MQSeries cpan module nmake issue
by ravishon (Initiate) on May 09, 2008 at 13:28 UTC
    Thanks....I used a copy from Visual Studio 9 and used it. it made ok.
    test has all "OK" at the bottom but some failed tests and the nmake install seemed ok too.

    so basically, now i have the error:
    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

    Here is what came out of my nmake test
      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
        How do I find out which .dll ?

        There was no popup - altho it would make it easier if there was!! Thanks