in reply to Problem installing Perl module

Is there a reason why you are not installing this module through cpan, cpanm or cpanplus?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Replies are listed 'Best First'.
Re^2: Problem installing Perl module
by Anonymous Monk on Aug 11, 2011 at 06:37 UTC

    Is there a reason why you are not installing this module through cpan, cpanm or cpanplus?

    Neither cpan, cpanm nor cpanplus would make a difference with missing system libraries or header files

      I don't think the screen shot you captured includes all of the relevant error information. Why not post the entire install output here, wrapped in <readmore>...</readmore> tags? I know, it's big.

      (Cross-posted to StackOverflow.) Hint: If you don't get a good answer at either this website here, or that one there, it's probably a safe bet the reason is the quality of the question, not the difficulty of the task.


      Dave

        Page Not Found: "This question was voluntarily removed by its author."

        I reinstalled everything and it worked. Just had to install many dependencies that's it.

        I reinstalled everything and it worked. Just had to install many dependencies that's it.

      True, but I never said it would make a difference.

      And in some cases our tried and trusted cpan* tools can install missing dependencies which contain these headers files and such.

      The Alien set of modules are good for such matters: if one of the modules you want to install has made it a dependency, cpan will rescue you.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

        True, but I never said it would make a difference.

        Then why go off topic?