nemesis
-
hi all, i was going to post this in the OS / sysadmin forums but decided i'd get more replies here :) i'm running topologilinux (inside windows) and trying to compile nemesis. first i installed libnet-1.0.2g, that worked fine. then i tried installing nemesis, i get the folloing output when i run
make
make all-recursive
make[1]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4'
Making all in src
make[2]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
gcc -g -O2 -Wall -funroll-loops -pipe -o nemesis nemesis-arp.o nemesis-dns.o nemesis-ethernet.o nemesis-fileio.o nemesis-functions.o nemesis-icmp.o nemesis-igmp.o nemesis-ip.o nemesis-ospf.o nemesis-printout.o nemesis-proto_arp.o nemesis-proto_dns.o nemesis-proto_ethernet.o nemesis-proto_icmp.o nemesis-proto_igmp.o nemesis-proto_ip.o nemesis-proto_ospf.o nemesis-proto_rip.o nemesis-proto_tcp.o nemesis-proto_udp.o nemesis-rip.o nemesis-tcp.o nemesis-udp.o nemesis.o W32_fzs.o strlcat.o strlcpy.o -lnet -lresolv -lnsl -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x2aa): In function `libnet_do_arp':
: undefined reference to `pcap_open_live'
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x376): In function `libnet_do_arp':
: undefined reference to `pcap_next'
collect2: ld returned 1 exit status
make[2]: *** [nemesis] Error 1
make[2]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.
-
hi all, i was going to post this in the OS / sysadmin forums but decided i'd get more replies here :) i'm running topologilinux (inside windows) and trying to compile nemesis. first i installed libnet-1.0.2g, that worked fine. then i tried installing nemesis, i get the folloing output when i run
make
make all-recursive
make[1]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4'
Making all in src
make[2]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
gcc -g -O2 -Wall -funroll-loops -pipe -o nemesis nemesis-arp.o nemesis-dns.o nemesis-ethernet.o nemesis-fileio.o nemesis-functions.o nemesis-icmp.o nemesis-igmp.o nemesis-ip.o nemesis-ospf.o nemesis-printout.o nemesis-proto_arp.o nemesis-proto_dns.o nemesis-proto_ethernet.o nemesis-proto_icmp.o nemesis-proto_igmp.o nemesis-proto_ip.o nemesis-proto_ospf.o nemesis-proto_rip.o nemesis-proto_tcp.o nemesis-proto_udp.o nemesis-rip.o nemesis-tcp.o nemesis-udp.o nemesis.o W32_fzs.o strlcat.o strlcpy.o -lnet -lresolv -lnsl -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x2aa): In function `libnet_do_arp':
: undefined reference to `pcap_open_live'
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x376): In function `libnet_do_arp':
: undefined reference to `pcap_next'
collect2: ld returned 1 exit status
make[2]: *** [nemesis] Error 1
make[2]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.
(1) Posting in the wrong forum (2) Being blissfully aware of that mistake (3) Posting sources with seven extra inches that require horizontal scrolling (4) Asking about Linux stuff on a Windows-Centric site (5) Having a clear compiler error message that however didn't seem to spark further investigation on your part just saying that one of these might be responsible for a few '1' votes you get.. :cool: But maybe people are to lazy to scroll to the ar right to vote you down :rolleyes:
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
hi all, i was going to post this in the OS / sysadmin forums but decided i'd get more replies here :) i'm running topologilinux (inside windows) and trying to compile nemesis. first i installed libnet-1.0.2g, that worked fine. then i tried installing nemesis, i get the folloing output when i run
make
make all-recursive
make[1]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4'
Making all in src
make[2]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
gcc -g -O2 -Wall -funroll-loops -pipe -o nemesis nemesis-arp.o nemesis-dns.o nemesis-ethernet.o nemesis-fileio.o nemesis-functions.o nemesis-icmp.o nemesis-igmp.o nemesis-ip.o nemesis-ospf.o nemesis-printout.o nemesis-proto_arp.o nemesis-proto_dns.o nemesis-proto_ethernet.o nemesis-proto_icmp.o nemesis-proto_igmp.o nemesis-proto_ip.o nemesis-proto_ospf.o nemesis-proto_rip.o nemesis-proto_tcp.o nemesis-proto_udp.o nemesis-rip.o nemesis-tcp.o nemesis-udp.o nemesis.o W32_fzs.o strlcat.o strlcpy.o -lnet -lresolv -lnsl -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x2aa): In function `libnet_do_arp':
: undefined reference to `pcap_open_live'
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x376): In function `libnet_do_arp':
: undefined reference to `pcap_next'
collect2: ld returned 1 exit status
make[2]: *** [nemesis] Error 1
make[2]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.
Sam 2006 wrote:
i was going to post this in the OS / sysadmin forums
I just hoped you did, instead of posting it here, but I guess it was for nothing.
WM. What about weapons of mass-construction? "You can always try to smash it with a wrench to fix that. It might actually work" - WillemM
-
hi all, i was going to post this in the OS / sysadmin forums but decided i'd get more replies here :) i'm running topologilinux (inside windows) and trying to compile nemesis. first i installed libnet-1.0.2g, that worked fine. then i tried installing nemesis, i get the folloing output when i run
make
make all-recursive
make[1]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4'
Making all in src
make[2]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
gcc -g -O2 -Wall -funroll-loops -pipe -o nemesis nemesis-arp.o nemesis-dns.o nemesis-ethernet.o nemesis-fileio.o nemesis-functions.o nemesis-icmp.o nemesis-igmp.o nemesis-ip.o nemesis-ospf.o nemesis-printout.o nemesis-proto_arp.o nemesis-proto_dns.o nemesis-proto_ethernet.o nemesis-proto_icmp.o nemesis-proto_igmp.o nemesis-proto_ip.o nemesis-proto_ospf.o nemesis-proto_rip.o nemesis-proto_tcp.o nemesis-proto_udp.o nemesis-rip.o nemesis-tcp.o nemesis-udp.o nemesis.o W32_fzs.o strlcat.o strlcpy.o -lnet -lresolv -lnsl -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x2aa): In function `libnet_do_arp':
: undefined reference to `pcap_open_live'
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x376): In function `libnet_do_arp':
: undefined reference to `pcap_next'
collect2: ld returned 1 exit status
make[2]: *** [nemesis] Error 1
make[2]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.
Link with pcap. I.e., add
-lpcap
to the linking rule. Next time, find a better forum. :)-- 80 percent entertainment by volume
-
(1) Posting in the wrong forum (2) Being blissfully aware of that mistake (3) Posting sources with seven extra inches that require horizontal scrolling (4) Asking about Linux stuff on a Windows-Centric site (5) Having a clear compiler error message that however didn't seem to spark further investigation on your part just saying that one of these might be responsible for a few '1' votes you get.. :cool: But maybe people are to lazy to scroll to the ar right to vote you down :rolleyes:
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!peterchen wrote:
But maybe people are to lazy to scroll to the ar right to vote you down
I have to work to vote? :omg::rolleyes:
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
hi all, i was going to post this in the OS / sysadmin forums but decided i'd get more replies here :) i'm running topologilinux (inside windows) and trying to compile nemesis. first i installed libnet-1.0.2g, that worked fine. then i tried installing nemesis, i get the folloing output when i run
make
make all-recursive
make[1]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4'
Making all in src
make[2]: Entering directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
gcc -g -O2 -Wall -funroll-loops -pipe -o nemesis nemesis-arp.o nemesis-dns.o nemesis-ethernet.o nemesis-fileio.o nemesis-functions.o nemesis-icmp.o nemesis-igmp.o nemesis-ip.o nemesis-ospf.o nemesis-printout.o nemesis-proto_arp.o nemesis-proto_dns.o nemesis-proto_ethernet.o nemesis-proto_icmp.o nemesis-proto_igmp.o nemesis-proto_ip.o nemesis-proto_ospf.o nemesis-proto_rip.o nemesis-proto_tcp.o nemesis-proto_udp.o nemesis-rip.o nemesis-tcp.o nemesis-udp.o nemesis.o W32_fzs.o strlcat.o strlcpy.o -lnet -lresolv -lnsl -lm
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x2aa): In function `libnet_do_arp':
: undefined reference to `pcap_open_live'
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../libnet.a(libnet_build_arp.o)(.text+0x376): In function `libnet_do_arp':
: undefined reference to `pcap_next'
collect2: ld returned 1 exit status
make[2]: *** [nemesis] Error 1
make[2]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sam/Stuff/Programs/nemesis-1.4anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.
Sam 2006 wrote:
i was going to post this in the OS / sysadmin forums but decided i'd get more replies here
You certainly will. And even more "replies" if you post in the soapbox. :laugh:
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
peterchen wrote:
But maybe people are to lazy to scroll to the ar right to vote you down
I have to work to vote? :omg::rolleyes:
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
Yes, the more you work for it, the more it weights!
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
(1) Posting in the wrong forum (2) Being blissfully aware of that mistake (3) Posting sources with seven extra inches that require horizontal scrolling (4) Asking about Linux stuff on a Windows-Centric site (5) Having a clear compiler error message that however didn't seem to spark further investigation on your part just saying that one of these might be responsible for a few '1' votes you get.. :cool: But maybe people are to lazy to scroll to the ar right to vote you down :rolleyes:
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!Well, if you're gonna do it you might as well go all the way.
"When you have made evil the means of survival, do not expect men to remain good. Do not expect them to stay moral and lose their lives for the purpose of becoming the fodder of the immoral. Do not expect them to produce, when production is punished and looting rewarded. Do not ask, `Who is destroying the world?' You are."
-Atlas Shrugged, Ayn Rand -
Yes, the more you work for it, the more it weights!
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
We all make bad decisions now and then. Just don't make it a habit ;)
Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us! -
Link with pcap. I.e., add
-lpcap
to the linking rule. Next time, find a better forum. :)-- 80 percent entertainment by volume