View Single Post

 
Old 03-12-2006, 08:44 AM   #6
Morpheus

MoBlock Developer
Join Date: Mar 2006
Country: Italy
Posts: 92
Send a message via ICQ to Morpheus
Default Re: Proposal to the PhoenixLabs team.

Quote:
I tried to get moblock running with libnetlink_queue but did not succeed.
If the problem is that you get link errors i noticed there's an error in the Makefile, replace:

gcc -o $@ MoBlock.o rbt.o -lnetfilter_queue

with

gcc -o $@ MoBlock.o rbt.o -lnetfilter_queue -lnfnetlink

don't know how it happened...
__________________
MoBlock
Morpheus is offline   Reply With Quote