NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to : Click Modular Router on click.



Hi everyone,

Now I am able to install click modular router on NetBSD.
The error mentioned was due to missing of "libpcap" library.
This library is available in /usr/pkgsrc/net/libpcap.

After installing this library, I was able to install click without any
problem.
steps are: CLICKDIR/configure <with option you want to enable>
make or gmake
make install or gmake inst

Thanks to all of you for your help.

Regards
Uttam Kumawat




On Wed, Feb 18, 2009 at 6:40 PM, Matthias Scheler 
<tron%zhadum.org.uk@localhost>wrote:

> On Wed, Feb 18, 2009 at 02:01:18PM +0530, *Uttam* *Kumawat* wrote:
> > # gmake
> > gmake[1]: Entering directory `/home/uttam/click-1.6.0/userlevel'
> > gmake[1]: *** No rule to make target `/usr/include/features.h', needed by
> > `string.o'.  Stop.
> > gmake[1]: Leaving directory `/home/uttam/click-1.6.0/userlevel'
> > gmake: *** [userlevel] Error 2
> >
> > The error is like the previous one.
>
> "features.h" is a Linux specifc header file. My guess is nobody has
> ever tried to build this application under any other operating system.
> You will have to patch the source to make it compile.
>
>        Kind regards
>
> --
> Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index