http://www.perlmonks.org?node_id=1017517


in reply to Re^2: MExtUtuils result in error while trying to install modules.
in thread MExtUtuils result in error while trying to install modules.

Try running perl -Mblib t/01_load.t
That should cause the same crash - but, if you're lucky, you might also get a meaningful error message.

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: MExtUtuils result in error while trying to install modules.
by abt (Novice) on Feb 07, 2013 at 08:27 UTC

    1..6 on command line. Followed by same crash as you expected.

      Bummer - just indicates that Wx is unloadable, but without any clue to what's causing the problem.
      You could try:
      perl -Mblib -MWx -e 1
      but I'm guessing that won't help us either.

      Cheers,
      Rob

        You should guess lottery numbers. You guessed right. Same information or better said. Lack of information.