Re: [libdnet-devel] libdnet n ipfilter
Status: Abandoned
Brought to you by:
dugsong
|
From: Dug S. <du...@mo...> - 2004-09-15 11:54:13
|
this is on Linux? what version? if you have IP Filter installed, it should be found first, according to the configure script. can you privately mail me your config.log? as a workaround, you can edit the generated src/Makefile and replace all instances of "fw-ipchains.lo" to "fw-ipf.lo". try the following: cd src sed 's/fw-ipchains\.lo/fw-ipf.lo/g' Makefile > Makefile.new mv Makefile.new Makefile and try building it again. On Wed, Sep 15, 2004 at 11:24:21AM +0500, Usman wrote: > I have ipfilter on my system ,I am trying to use dnet when I try to add rule > it says protocol option not supported > > Basically I was trying to run morph which uses libdnet ,same problem is > arising on morph too ,so I checked dnet n I am getting the same error. > > When I debugged the code its using ipchains fw_add rather than fw_add of > fw-ipf.c > > Does ne one know the work around of this problem..?? -d. --- http://monkey.org/~dugsong/ |