in reply to Re: Problem with PerlmakeSNMP module Error 127
in thread Problem with PerlmakeSNMP module Error 127

Wow, thanks for the quick answer, Fastolfe   8^).   I saw that, but didn't make the connection.   Thought GCC was part of the Debian base install, but apparantly not.   Don't understand why prior CPAN modules installs didn't choke on this though.

After lunch (featherbones - mmm,mmmm) I'll look for that Debian package.
    cheers,
    Don   (ybiC)
    striving for Perl Adept

  • Comment on RE: (2) Problem with PerlmakeSNMP module Error 127

Replies are listed 'Best First'.
RE: RE: (2) Problem with PerlmakeSNMP module Error 127
by Fastolfe (Vicar) on Oct 11, 2000 at 21:17 UTC
    Perhaps your earlier modules didn't have C components that needed to be compiled? If you do think you have GCC installed, perhaps your configuration process didn't find it? Usually a 'perl Makefile.PL' will catch stuff like the location and names of your compiler. Try typing 'cc' and/or 'gcc' from the command prompt and see if you get something.