libnetfilter_queue 예제 실행 오류

nox82의 이미지

안녕하세요. 제가 하는 프로젝트에서 패킷 캡쳐가 필요해서 netfilter를 공부하고 있는데요 예제 파일 실행에서 막혀 이렇게 도움을 부탁드립니다^^;

User Space에서 Queue를 Handle하기 위해 libnetfilter_queue가 필요하다고 해서 홈페이지에서 libnetfilter_queue와 libnfnetlink까지 설치하였습니다.
그 후 utils 디렉토리에 예제 파일이 있어 컴파일을 시도하였는데 다음과 같이 에러가 발생했습니다.

혹 이와 관련해서 해결방법을 아신다면 조언 부탁드립니다! +_+

[root@localhost utils]# pwd
/home/noxu/libnetfilter_queue/API/libnetfilter_queue-1.0.0/utils
[root@localhost utils]# ls
Makefile Makefile.am Makefile.in Makefile.org nfqnl_test.c
[root@localhost utils]# make
make: `all'를 위해 할 일이 없습니다
[root@localhost utils]# gcc nfqnl_test.c
/tmp/ccO119qI.o: In function `print_pkt':
nfqnl_test.c:(.text+0x15): undefined reference to `nfq_get_msg_packet_hdr'
nfqnl_test.c:(.text+0x74): undefined reference to `nfq_get_packet_hw'
nfqnl_test.c:(.text+0x106): undefined reference to `nfq_get_nfmark'
nfqnl_test.c:(.text+0x12e): undefined reference to `nfq_get_indev'
nfqnl_test.c:(.text+0x156): undefined reference to `nfq_get_outdev'
nfqnl_test.c:(.text+0x17e): undefined reference to `nfq_get_physindev'
nfqnl_test.c:(.text+0x1a6): undefined reference to `nfq_get_physoutdev'
nfqnl_test.c:(.text+0x1d5): undefined reference to `nfq_get_payload'
/tmp/ccO119qI.o: In function `cb':
nfqnl_test.c:(.text+0x25a): undefined reference to `nfq_set_verdict'
/tmp/ccO119qI.o: In function `main':
nfqnl_test.c:(.text+0x279): undefined reference to `nfq_open'
nfqnl_test.c:(.text+0x2e1): undefined reference to `nfq_unbind_pf'
nfqnl_test.c:(.text+0x33c): undefined reference to `nfq_bind_pf'
nfqnl_test.c:(.text+0x3a7): undefined reference to `nfq_create_queue'
nfqnl_test.c:(.text+0x417): undefined reference to `nfq_set_mode'
nfqnl_test.c:(.text+0x45e): undefined reference to `nfq_fd'
nfqnl_test.c:(.text+0x495): undefined reference to `nfq_handle_packet'
nfqnl_test.c:(.text+0x4f2): undefined reference to `nfq_destroy_queue'
nfqnl_test.c:(.text+0x50d): undefined reference to `nfq_close'
collect2: ld returned 1 exit status

mog422의 이미지

-lnetfilter_queue

붙여주세요.

wariua의 이미지

혹은...

첫 번째로 이상한 지점은 "make"를 실행한 때입니다. 알아서 make 해야 할 텐데 알아서 만들지를 않으니 만들어야 할 걸 직접 지정해주는 방법이 있습니다.

$ make nfqnl_test

$PWD `date`

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.