Dave, Thank you for your quick response! It worked!!
Nobuo -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Wednesday, October 13, 2010 2:02 AM To: Matsushita, Nobuo Cc: [email protected] Subject: Re: Net-SNMP ver5.6 Installation error On 12 October 2010 20:34, Matsushita, Nobuo <[email protected]> wrote: > I downloaded the net-snmp ver. 5.6 today. I didn't have any problems with > build. All tests were successful. > But when I tried to install, I got the following error and the installation > stopped: > > make[1]: *** No rule to make target `add_mibdir.3', needed by `maninstall'. > Stop. > > Does anyone know how to fix this problem? Quick fix - edit "man/Makefile" and replace 'grep -vE' with 'egrep -v' in the block 'manaliases' Proper fix - edit "man/Makefile.in" and replace 'grep -vE' with '@EGREP@ -v' in the same block. Then re-run configure and recompile. Dave -------------------------------------------------------------------------------- CONFIDENTIALITY NOTICE: This e-mail is confidential, may be legally privileged, and for the intended recipient only. Access, disclosure, copying, forwarding and distribution by any means is strictly prohibited. If received in error, do not read but delete and e-mail confirmation to the sender. ================================================================================ ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ 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
