[OLSR-users] Missing package / port
Andreas Tønnesen
(spam-protected)
Wed Jun 22 22:11:09 CEST 2005
Hi,
The 802.11 spesific code is only used to detect if a interface is
wireless in FreeBSD.
I added this code with what I belive to be, a pretty fresh FreeBSD5.3
install, but
I'm sorry that the 802.11 headers/calls seems to be unsupported on older
FreeBSD
systems.
I've added a NO_80211 option to the makefile that will exclude the 802.11
code. Check out a new version tomorrow and do:
make NO_80211=1
hopefully that will do the trick.
Regarding the config parser, are you refering to building the standalone
parser
or building it into olsrd? It is always included into olsrd and there is
no need
to build it standalone exept for DLL usage or testing. If the problem is
with
olsrd - what error messages do you see?
- Andreas
Rae Harbird wrote:
> Hi
>
> I am running FreeBSD 4.11-RELEASE with an IMUNES kernel patch
> (http://www.tel.fer.hr/imunes). I am trying to compile the olsrd but
> I am having a couple of problems and I'm wondering if anyone out there
> can help. The problems are:
>
> 1) (The most urgent) I get the following error on gmake OS=fbsd:
>
> src/bsd/net.o src/bsd/net.c
> src/bsd/net.c:56: net80211/ieee80211.h: No such file or directory
> src/bsd/net.c:57: net80211/ieee80211_ioctl.h: No such file or directory
> src/bsd/net.c:339: warning: #warning implement IPV6_ADD_MEMBERSHIP
> gmake: *** [src/bsd/net.o] Error 1
>
> I don't know where I can get hold of the net80211 software, or even
> whether the the 4.11-RELEASE kernel supports it. I don't actually need
> wireless support because I will be using netgraph interfaces (ng_eth0)
> between virtual nodes. What do you think is the best way forward?
>
> 2) confg_parser won't compile with the IMUNES kernel patch because
> confg_parser uses a small amount of kernel specific code to identify
> the interfaces. I am happy to do without the confg_parser, can I just
> use text-based config files?
>
>
> Thanks
>
>
> Rae
>
>
> _______________________________________________
> olsr-users mailing list
> (spam-protected)
> https://www.olsr.org/mailman/listinfo/olsr-users
More information about the Olsr-users
mailing list