Results 1 to 2 of 2

Thread: Error installing SHA

  1. #1
    Join Date
    Jun 2013
    Beans
    2

    Error installing SHA

    I'm trying to SHA using the following command
    Code:
    perl -MCPAN -e 'install Digest::SHA'
    I also tried using:

    Code:
    sudo cpan
    
    'install Digest::SHA'

    But i'm getting a linker error:
    Code:
    /usr/local/bin/ld: this linker was not configured to use sysroots 
    collect2: error: ld returned 1 exit status 
    make: *** [blib/arch/auto/Digest/SHA/SHA.so] Error 1 
    MSHELOR/Digest-SHA-5.84.tar.gz 
    /usr/bin/make -- NOT OK 
    Running make test 
    Can't test without successful make 
    Running make install 
    Make had returned bad status, install seems impossible

    Could someone please help me fix the error

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •