ybiC has asked for the wisdom of the Perl Monks concerning the following question:
Retrieved the SNMP module from CPAN and proceed to perl Makefile.PL. Works fine. But then make fails with Error 127 as follows:
Other details I can think of:sparky# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for SNMP sparky# make mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/SNMP mkdir blib/lib/auto mkdir blib/lib/auto/SNMP cp SNMP.pm blib/lib/SNMP.pm AutoSplitting blib/lib/SNMP.pm (blib/lib/auto/SNMP) /usr/bin/perl -I/usr/lib/perl5/5.005/i386-linux -I/usr/lib/perl5/5.005 + /usr/lib/perl5/5.005/ExtUtils/xsubpp -noprototypes -typemap /usr/lib +/perl5/5.005/ExtUtils/typemap -typemap typemap SNMP.xs >xstmp.c && mv + xstmp.c SNMP.c cc -c -I/usr/include -Dbool=char -DHAS_BOOL -D_REENTRANT -DDEBIAN -I/u +sr/local/include -O2 -DVERSION=\"3.1.0\" -DXS_VERSION=\"3.1.0\" -f +PIC -I/usr/lib/perl5/5.005/i386-linux/CORE SNMP.c make: cc: Command not found make: *** [SNMP.0] Error 127 sparky#
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with PerlmakeSNMP module Error 127
by Fastolfe (Vicar) on Oct 11, 2000 at 21:10 UTC | |
by kilinrax (Deacon) on Oct 11, 2000 at 21:21 UTC | |
by ybiC (Prior) on Oct 11, 2000 at 21:16 UTC | |
by Fastolfe (Vicar) on Oct 11, 2000 at 21:17 UTC | |
by ybiC (Prior) on Oct 11, 2000 at 23:28 UTC | |
|
Re: Problem with PerlmakeSNMP module Error 127
by AgentM (Curate) on Oct 11, 2000 at 21:14 UTC |