Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Problem in installing the Digest::MD5.pm module

by Eliya (Vicar)
on Mar 02, 2012 at 20:03 UTC ( [id://957543]=note: print w/replies, xml ) Need Help??


in reply to Problem in installing the Digest::MD5.pm module

/bin/sh: cc_r: not found

You need a C compiler — more specifically, the IBM® XL C/C++ compiler (part of which is the cc_r program), because that's what your Perl binary has been built with.

That said, an easier/cheaper way out would probably be to use the pure-Perl variant Digest::MD5::Perl instead.  It is significantly slower, though, but depending on how much data you actually need to compute digests for, this might be a non-issue...

Alternatively, you could build your own perl from scratch with the free gcc compiler, in which case you could then build extension modules with the same compiler.

Replies are listed 'Best First'.
Re^2: Problem in installing the Digest::MD5.pm module
by TGhosh (Initiate) on Mar 02, 2012 at 20:39 UTC

    Thanks! I will try to install the perl from the scratch with gcc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://957543]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found