|
Nmap Development
mailing list archives
RE: Ncat: Update and Feature Request
From: Aaron Leininger <rilian4 () hotmail com>
Date: Tue, 29 Jul 2008 00:32:50 -0700
$ svn co --username guest --password "" svn://svn.insecure.org/ncat
ok. I was finally able to check out the latest ncat svn source using the above command.
I ran ./configure seemingly w/o errors.
I figured out that I needed the libpcap-dev package installed from an earlier email on the list (I was getting pcap.h
compile errors otherwise), so I installed that.
I ran: $make after installing pcap-dev and got errors. Below are the errors being generated. See attached text file for
full output of my make command.
gcc -o ncat -Wall -DHAVE_CONFIG_H -Insock/include/ -Inbase ncat_main.o ncat_connect.o ncat_core.o ncat_listen.o
ncat_proxy.o ncat_broker.o ncat_hostmatch.o ncat_ssl.o util.o sys_wrap.o nsock/src/libnsock.a nbase/libnbase.a -lpcap
nsock/src/libnsock.a(nsock_pcap.o): In function `nsock_pcap_open':
/<pathtosrc>/ncat/nsock/src/nsock_pcap.c:105: undefined reference to `pcap_get_selectable_fd'
nsock/src/libnsock.a(nsock_pcap.o): In function `do_actual_pcap_read':
/<pathtosrc>/ncat/nsock/src/nsock_pcap.c:292: undefined reference to `pcap_next_ex'
collect2: ld returned 1 exit status
make: *** [ncat] Error 1
Please note: I am running this on a different system than in my previous emails. Stats below if it helps:
running Debian 4.0 on i686 platform
$uname -r
2.4.27-2-386
(paths and hostname changed for privacy)
Thanks,
Aaron
_________________________________________________________________
Time for vacation? WIN what you need- enter now!
http://www.gowindowslive.com/summergiveaway/?ocid=tag_jlyhm Attachment:
make.out
Description:
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
- RE: Ncat: Update and Feature Request, (continued)
Re: Ncat: Update and Feature Request Dirk Loss (Jul 21)
|