Installing a perl module: Gcc not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meni
    Junior Member
    • Jul 2004
    • 4

    #1

    Installing a perl module: Gcc not working

    I'm trying to install a perl module I downloaded from CPAN, for example PD.pm.

    perl Makefile.PL LIB=/path/to/my/dir
    make

    this fails since cc (c compiler) doesn't work, and this module involves compilation.

    Why is cc not enabled? (I presume because it;s resource hog)
    Can this be done??

    Thanks
  • sdjl
    Senior Member
    • Mar 2004
    • 502

    #2
    The compiler has been disabled so as to stop people compiling things that they shouldn't i would imagine.
    If you need a new module added then i would advise contacting support and asking if they will do it.

    David
    -----
    Do you fear the obsolescence of the metanarrative apparatus of legitimation?

    Comment

    • Dewi
      Junior Member
      • Jul 2004
      • 4

      #3
      What sdjl said. Also, remember that this is a http/ftp/(...) server, and not the place for compiling anything

      Comment

      • Buddha
        Senior Member
        • Mar 2004
        • 825

        #4
        Submit a trouble ticket and ask to have it installed.
        "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

        Comment

        Working...