----- Original Message ----- 
From: "mario kulka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 6:37 PM
Subject: errors installing MD5 module


> Hi,
> 
> I'm trying to install the MD5 module and following the steps from CPAN 
> website.
> I got to the part
> C. BUILD- by typing:
> perl Makefile.PL
> 
> it goes well, but then it says:
> make: gcc: Command not found
> make: *** [MD5.o] Error 127
> 
> Should I continue with install after this? Can anybody tell me what that 
> error is about?
> 
> Thank you for any help,
> Mariusz
> 
> 

Hi - 

NO don't install.

gcc is the GNU c compiler; not finding it means
the .c (.XS) sources in the module were not compiled.
Check that you have the c/c++ development tools
installed on your system (and your login has access
to them).

Aloha => Beau;


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to