in reply to Re: Problem installing Perl module
in thread Problem installing Perl module

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

Replies are listed 'Best First'.
Re^3: Problem installing Perl module
by davido (Cardinal) on Aug 11, 2011 at 06:57 UTC

    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

        Yeah, I noticed after posting. Must be time to sleep.


        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.

Re^3: Problem installing Perl module
by CountZero (Bishop) on Aug 11, 2011 at 08:05 UTC
    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?

        My reply was not off-topic and the further replies from the OP showed that indeed it was a matter of installing dependencies. cpan* is quite good in doing that.

        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