2

I'm trying to install SHA using the following command

perl -MCPAN -e 'install Digest::SHA'

I also tried using:

sudo cpan

'install Digest::SHA'

But i'm getting a linker error:

/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. My ubuntu version is 12.04

Manuel
  • 1,527
  • 11
  • 19
naka
  • 419
  • 2
  • 6
  • 13

1 Answers1

0

I was able to fix the problem by reinstalling binutils.

naka
  • 419
  • 2
  • 6
  • 13