[완료]nmap-4.76버전 설치시, make과정에서 자꾸 멈춰버리네요..

cookatrice의 이미지

nmap 3.0 버전에서 버전업을 위해 4.76버전을 설치 하려고 합니다.

redhat9.0 2.6커널 사용중이고요...

에러화면 올려 봅니다...
뭐가 문제 인지 궁금합니다...ㅜㅜ;;;;

이틀째 계속 시도중입니다....

cookatrice의 이미지

cd ../../nbase && make
make[2]: Entering directory `/home/cookatrice/nmap/nmap-4.76/nbase'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/cookatrice/nmap/nmap-4.76/nbase'
make[1]: Leaving directory `/home/cookatrice/nmap/nmap-4.76/nsock/src'
make nmap
make[1]: Entering directory `/home/cookatrice/nmap/nmap-4.76'
g++ -c -Iliblua -Ilibdnet-stripped/include -I/usr/local/include//include -Ilibpcap -Inbase -Insock/include -g -O2 -Wall -fno-strict-aliasing -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -DNMAPLIBEXECDIR=\"/usr/local/libexec/nmap\" nse_pcrelib.cc -o nse_pcrelib.o
nse_pcrelib.cc: In function `void Lpcre_push_substrings(lua_State*, const
char*, pcre2*)':
nse_pcrelib.cc:176: `PCRE_INFO_NAMECOUNT' undeclared (first use this function)
nse_pcrelib.cc:176: (Each undeclared identifier is reported only once for each
function it appears in.)
nse_pcrelib.cc:179: `PCRE_INFO_NAMETABLE' undeclared (first use this function)
nse_pcrelib.cc:180: `PCRE_INFO_NAMEENTRYSIZE' undeclared (first use this
function)
make[1]: *** [nse_pcrelib.o] Error 1
make[1]: Leaving directory `/home/cookatrice/nmap/nmap-4.76'
make: *** [all] Error 2

danskesb의 이미지

PCRE 라이브러리가 없다고 하는 것 같네요.

---- 절취선 ----
http://blog.peremen.name

cookatrice의 이미지

댓글 달아주셨던 peremen님 감사...

하지만...pcre.h파일은 원래 있었었습니다...^^;;;;

무슨 이유인가...싶어 계속해서 보다가..결국 해결했습니다.
자세한 해결 내용은..제 블로그에 요약해 놨기에...링크 걸어 둡니다...
역시..뭐든지..해결하고자 노력하면 해결되는것 같습니다...

http://blog.naver.com/cookatrice/50036292579