Gery wrote: > I am using source of net-snmp 5.4.1 on FC6 and trying to build minimal agent > w/ > follows configuration: > > ./configure --enable-mini-agent --prefix=/opt/x86/snmp > --with-persistent-directory="/opt/x86/snmp" > --with-logfile="/opt/x86/snmp/log" > --disable-embedded-perl --disable-perl-cc-checks --disable-perl-modules > --disable-manuals --disable-debugging --disable-privacy > --disable-internal-md5 > --disable-des --disable-md5 > [...] > Did i miss some option? Why the installation tries to write under > /usr/lib/perl*?
Use --without-perl-modules instead of --disable-perl-modules. Please also see http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_04 http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_05 +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
