Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. nemesis

nemesis

Scheduled Pinned Locked Moved The Lounge
helplinuxalgorithmsquestion
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Sam 2006

    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.4

    anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.

    P Offline
    P Offline
    peterchen
    wrote on last edited by
    #2

    (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!

    E R 2 Replies Last reply
    0
    • S Sam 2006

      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.4

      anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.

      W Offline
      W Offline
      WillemM
      wrote on last edited by
      #3

      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

      1 Reply Last reply
      0
      • S Sam 2006

        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.4

        anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.

        J Offline
        J Offline
        Jorgen Sigvardsson
        wrote on last edited by
        #4

        Link with pcap. I.e., add -lpcap to the linking rule. Next time, find a better forum. :)

        -- 80 percent entertainment by volume

        S 1 Reply Last reply
        0
        • P peterchen

          (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!

          E Offline
          E Offline
          El Corazon
          wrote on last edited by
          #5

          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)

          P 1 Reply Last reply
          0
          • S Sam 2006

            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.4

            anyone know what i should do to fix this? i'll continue searching google, so far i haven't found anything useful. thanks in advance.

            E Offline
            E Offline
            El Corazon
            wrote on last edited by
            #6

            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)

            1 Reply Last reply
            0
            • E El Corazon

              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)

              P Offline
              P Offline
              peterchen
              wrote on last edited by
              #7

              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!

              S 1 Reply Last reply
              0
              • P peterchen

                (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!

                R Offline
                R Offline
                Rohde
                wrote on last edited by
                #8

                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

                1 Reply Last reply
                0
                • P peterchen

                  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!

                  S Offline
                  S Offline
                  Sam 2006
                  wrote on last edited by
                  #9

                  blah i think you were right. Score: 1.0 (11 votes). im ashamed of myself :(

                  P 1 Reply Last reply
                  0
                  • S Sam 2006

                    blah i think you were right. Score: 1.0 (11 votes). im ashamed of myself :(

                    P Offline
                    P Offline
                    peterchen
                    wrote on last edited by
                    #10

                    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!

                    1 Reply Last reply
                    0
                    • J Jorgen Sigvardsson

                      Link with pcap. I.e., add -lpcap to the linking rule. Next time, find a better forum. :)

                      -- 80 percent entertainment by volume

                      S Offline
                      S Offline
                      Sam 2006
                      wrote on last edited by
                      #11

                      that was it, thanks :)

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups