Manually installing perl
Erez Makavy <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On the net-snmp website (http://net-snmp.sourceforge.net/docs/perl-default_store-README.html), it is stated: The story: ------------- To compile in the source tree before the net-snmp itself has been installed: perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true make make test make install The value passed to NET-SNMP-CONFIG seems wrong since I get these messages: sh: ../../net-snmp-config: No such file or directory My question: ------------------ could it be that it was ment to be -NET-SNMP-CONFIG="../net-snmp-config"? Thanks, Erez.