in reply to Re^5: Installing MQSeries cpan module nmake issue
in thread Installing MQSeries cpan module nmake issue

Hi,
I used dependency walker and saw the DLLs the were there for MQSeries.dll

These were in
C:\windows\system32
C:\program files\microsoft visual studio 9.0\vc\redist\x86\microsoft.vc90.crt
c:\program files\ibm\websphere mq\bin
c:\perl\bin.
these were already in the path - i made sure - rebooted.....but still getting the same error!!
  • Comment on Re^6: Installing MQSeries cpan module nmake issue

Replies are listed 'Best First'.
Re^7: Installing MQSeries cpan module nmake issue
by syphilis (Archbishop) on May 10, 2008 at 12:18 UTC
    On revisiting the post where you provide the 'nmake test' output, I notice that the tests all produce the failure owing to the unlocatable dll ... but then the tests get run again and all report "ok".

    What's going on there ? When you run 'nmake test' the test files are supposed to be run *once* and *once* only. Did the tests pass ? ... or did they fail ? If they passed then you only need run 'make install' and you're set to go.

    Cheers,
    Rob
Re^7: Installing MQSeries cpan module nmake issue
by Anonymous Monk on May 10, 2008 at 09:20 UTC
    unlikely story, check the logs
      It works now....thanks monks
      Basically, a .dll was missing :)
      but it was a little deeper in the tree than i visited (it was an MQ dll)

      sorted!