On 12 October 2010 20:34, Matsushita, Nobuo <matsushita.no...@tchden.org> 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

------------------------------------------------------------------------------
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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to