Announcement

Collapse
No announcement yet.

sql ninja instalation wowes Solved

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    sql ninja instalation wowes Solved

    ive used debian before and dabbled with gentoo so i decided to give kbuntu a whirl, i need to install sqlninja but i have run into a few problems,

    im currently trying to install libpcap-1.0.0

    after the configure program complaining flex wasn't installed i installed it now it configures its self grate i think now just to run make and ill be sorted for the install, slight problem its complaining about something that i have never even heard of and i cant install via apt-get because it doesn't exist

    Code:
    root@nightsider:/home/nightsider/Desktop/pearl/libpcap-1.0.0# make
    yacc -d grammar.y
    make: yacc: Command not found
    make: *** [grammar.c] Error 127
    root@nightsider:/home/nightsider/Desktop/pearl/libpcap-1.0.0#
    any ideas on how to fix this? ive been bashing my head at it for the past few days and nothings worked so far

    #2
    Re: sql ninja instalation wowes

    i cant install via apt-get because it doesn't exist
    Are you trying to use it correctly?

    The repositories show libpcap0.8.

    You would install it by connecting to the internet, opening a Terminal and issuing the command:
    sudo apt-get install libpcap0.8
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: sql ninja instalation wowes

      i did what you told me to do in your last post, when i try and install Net-Raw-IP-0.25 i get the following error

      Code:
      root@nightsider:/home/nightsider/Desktop/pearl/Net-RawIP-0.25# perl Makefile.PL
      Compiler: cc
      cc (Ubuntu 4.3.3-5ubuntu4) 4.3.3
      Copyright (C) 2008 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions. There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      
      Could not load the pcap library. Please see the README file on how
      to install it. Be sure to also install the C headers (pcap.h).
      root@nightsider:/home/nightsider/Desktop/pearl/Net-RawIP-0.25#

      Comment


        #4
        Re: sql ninja instalation wowes

        I cannot find Net-Raw-IP-0.25. Do you mean libnet-rawip-perl?

        Have you just tried to install sqlninja from http://ppa.launchpad.net/pbacrc/ubun...in/s/sqlninja/

        Click on one of the .deb files, whichever is appropriate, from the bottom two.

        When you have downloaded the .deb RIGHT click on it and choose to install with Gdebi.
        "A problem well stated is a problem half solved." --Charles F. Kettering
        "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

        Comment


          #5
          Re: sql ninja instalation wowes solved

          thanks that worked

          Comment


            #6
            Re: sql ninja instalation wowes

            when i run sql ninja i get the follwoing error

            Code:
            Seems that some module is missing...:
            Can't locate Net/Pcap.pm in @INC (@INC contains: /usr/crc-sec-tools/sqlninja/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 7) line 2.
            BEGIN failed--compilation aborted at (eval 7) line 2.
            so when i try and install Net-Pcap-0.16 off cpan i get the following error

            Code:
            root@nightsider:/home/nightsider# cd /home/nightsider/Desktop/pearl/Net-Pcap-0.16
            root@nightsider:/home/nightsider/Desktop/pearl/Net-Pcap-0.16# perl Makefile.PL
            looking for -lpcap... no
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            You appear to lack the pcap(3) library.
            
            If it is installed in a non-standard location, please try setting the LIBS
            and INC values on the command line.
            
            Or get the sources and install the pcap library from [url]http://www.tcpdump.org/[/url]
            
            If you install the pcap library using a system package, make sure to also
            install the corresponding -devel package, which contains the C headers needed
            to compile this module.
                - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            root@nightsider:/home/nightsider/Desktop/pearl/Net-Pcap-0.16#

            Comment


              #7
              Re: sql ninja instalation wowes still unsolved

              I wonder if the package libnet-pcap-perl is installed?

              "Pcap is a C library that gives a program the possibility
              to capture data from a network interface in similar matter that
              tcpdump can do.

              Net::Pcap is a Perl interface to the pcap C library."
              "A problem well stated is a problem half solved." --Charles F. Kettering
              "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

              Comment


                #8
                Re: sql ninja instalation wowes still unsolved

                that was it i just had to install libnet-pcap-perl

                Comment


                  #9
                  Re: sql ninja instalation wowes Solved

                  Have a look at the translation at http://translate.google.co.uk/transl...3DjQb%26sa%3DG

                  ...Check that the various packages are installed...
                  "A problem well stated is a problem half solved." --Charles F. Kettering
                  "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

                  Comment

                  Working...
                  X