Help for this page

Select Code to Download


  1. or download this
    # perl -V
    Summary of my perl5 (revision 5 version 14 subversion 2) configuration
    +:
       
    ...
        /usr/local/lib/perl5/5.14.2
        /usr/local/lib/perl5/site_perl/5.8.8
        /usr/local/lib/perl5/site_perl
    
  2. or download this
    # cpan GD
    CPAN: Storable loaded ok (v2.30)
    Going to read '/root/.cpan/Metadata'
      Database was generated on Sun, 25 Mar 2012 04:10:47 GMT
    CPAN: Module::CoreList loaded ok (v2.49_02)
    GD is up to date (2.46).
    
  3. or download this
    # perl -MGD -e 'print "qwe";'
    Not a CODE reference at /usr/local/lib/perl5/5.14.2/i686-linux-thread-
    +multi/DynaLoader.pm line 213.
    END failed--call queue aborted at /usr/local/lib/perl5/site_perl/5.14.
    +2/i686-linux-thread-multi/GD.pm line 213.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  4. or download this
    # perl Makefile.PM
    # make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
    # make test
    # make install