컴파일 에러입니다.ㅡ.ㅜ

ar의 이미지

Quote:
gcc -g -c -O2 -Wall lilt.c
lilt.c: In function `set_ports':
lilt.c:219: warning: assignment makes integer from pointer without a cast
gcc -g -O2 -Wall -o lilt lilt.o -lpcap -lnet -lnids
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x10): In functio
n `raw_init':
/home/hermes/security/src/libnids-1.18/src/killtcp.c:55: undefined reference to `libnet_init'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x8c): In functio
n `nids_killtcp':
/home/hermes/security/src/libnids-1.18/src/killtcp.c:70: undefined reference to `libnet_build_
tcp'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0xc0):/home/herme
s/security/src/libnids-1.18/src/killtcp.c:74: undefined reference to `libnet_build_ipv4'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0xd3):/home/herme
s/security/src/libnids-1.18/src/killtcp.c:78: undefined reference to `libnet_write'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x112):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:79: undefined reference to `libnet_build_tcp'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x146):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:83: undefined reference to `libnet_build_ipv4'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x15f):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:87: undefined reference to `libnet_write'
collect2: ld returned 1 exit status
make: *** [lilt] 오류 1

레뎃 9.0을 사용하구 있구요.. libnids 라이브러리를 사용하는 소스를 컴파일 하려구
하면 저렇게 에러가 뜹니다. libpcap는 rpm으로 설치되어 있었구요.. libnet 는
libnet.tar.gz 소스 받아서 설치하였습니다. 물론 libnids 라이브러리도 libnids-1.18.tar.gz
소스를 받아서 설치하였습니다.

/usr/local/lib 에 라이브러리들이 추가 되어 지더군요.

Quote:
# ls /usr/local/lib
libnet.a libnids.a

라이브러리들이 생성되었구요..

Quote:
# cat /etc/ld.so.conf
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/sane
/usr/lib/qt-3.1/lib
/usr/local/lib

이렇게 /usr/local/lib 추가 시켜서 ldconfig 해주었거든요..
근데 왜 컴파일 할때 라이브러리를 찾을 수 없다는 메시지가
뜨는지 ㅡ.ㅜ

yui의 이미지

ar wrote:
Quote:
gcc -g -c -O2 -Wall lilt.c
lilt.c: In function `set_ports':
lilt.c:219: warning: assignment makes integer from pointer without a cast
gcc -g -O2 -Wall -o lilt lilt.o -lpcap -lnet -lnids
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x10): In functio
n `raw_init':
/home/hermes/security/src/libnids-1.18/src/killtcp.c:55: undefined reference to `libnet_init'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x8c): In functio
n `nids_killtcp':
/home/hermes/security/src/libnids-1.18/src/killtcp.c:70: undefined reference to `libnet_build_
tcp'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0xc0):/home/herme
s/security/src/libnids-1.18/src/killtcp.c:74: undefined reference to `libnet_build_ipv4'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0xd3):/home/herme
s/security/src/libnids-1.18/src/killtcp.c:78: undefined reference to `libnet_write'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x112):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:79: undefined reference to `libnet_build_tcp'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x146):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:83: undefined reference to `libnet_build_ipv4'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libnids.a(killtcp.o)(.text+0x15f):/home/herm
es/security/src/libnids-1.18/src/killtcp.c:87: undefined reference to `libnet_write'
collect2: ld returned 1 exit status
make: *** [lilt] 오류 1

레뎃 9.0을 사용하구 있구요.. libnids 라이브러리를 사용하는 소스를 컴파일 하려구
하면 저렇게 에러가 뜹니다. libpcap는 rpm으로 설치되어 있었구요.. libnet 는
libnet.tar.gz 소스 받아서 설치하였습니다. 물론 libnids 라이브러리도 libnids-1.18.tar.gz
소스를 받아서 설치하였습니다.

/usr/local/lib 에 라이브러리들이 추가 되어 지더군요.

Quote:
# ls /usr/local/lib
libnet.a libnids.a

라이브러리들이 생성되었구요..

Quote:
# cat /etc/ld.so.conf
/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/sane
/usr/lib/qt-3.1/lib
/usr/local/lib

이렇게 /usr/local/lib 추가 시켜서 ldconfig 해주었거든요..
근데 왜 컴파일 할때 라이브러리를 찾을 수 없다는 메시지가
뜨는지 ㅡ.ㅜ

라이브러리를 사용하시려면
컴파일 옵션에 -l로 추가로 적어주셔야 합니다.
-lnids 같은 식으로요.

@ 워닝도 잡아주세요. ^^;

MasterQ의 이미지

gcc -g -O2 -Wall -o lilt lilt.o -lpcap -lnet -lnids -lnet

-lnet을 뒤에 추가해서 compile 해보세요. (mutually dependent 할 가능성 있음...)

just my $.02

ar의 이미지

의존성 문제였습니다. ^^ Makefile 에서
LIBS = -lpcap -lnet -lnids 를
LIBS = -lpcap -lnids -lnet 이렇게 바꾸니까
잘되네요. 답변 감사드립니다 ^^

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.