Re: error compiling nfqnl_test.c

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

 



Frank Abel Cancio Bello wrote:
> Hi all!
>
> A newbie question:
> When I try to compile "nfqnl_test.c" putting on command line:
>
> "gcc -Wall -o nfqnl_test nfqnl_test.c"
>
> the following error occur:
>   
[snip errors]

you forgot to include required library symbols:

gcc -Wall -o nfqnl_test nfqnl_test.c -lnfnetlink -lnetfilter_queue

will do





[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux