Results 1 to 7 of 7

Thread: Ettercap libpcap 0.8.1

  1. #1
    Join Date
    Aug 2011
    Beans
    7

    Exclamation Ettercap libpcap 0.8.1

    Hey guys,
    I am trying to install ettercap from its source files.But during ./configure fails because of libpcap.

    configure:error:libpcap >= 0.8.1 required.

    I have only libpcap0.8 and I cannot find any libpcap package for ubuntu.
    Any workaround or suggestions guys?
    Please help..
    Thanks in advance....

  2. #2
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ettercap libpcap 0.8.1

    You can download libpcap-1.0.0 source here : http://archive.ubuntu.com/ubuntu/poo....0.orig.tar.gz

    Just compile it should satisfy the ettercap dependency.

  3. #3
    Join Date
    Aug 2011
    Beans
    7

    Angry Re: Ettercap libpcap 0.8.1

    Quote Originally Posted by Dangertux View Post
    You can download libpcap-1.0.0 source here : http://archive.ubuntu.com/ubuntu/poo....0.orig.tar.gz

    Just compile it should satisfy the ettercap dependency.
    Hey thanks for a quick reply,
    hmm,no it doesn't work.I think it needs libpcap0.8.1.Not libpcap-1.1.1.Because they are different contexts.I already have the 1.1.1 version in your context.But it still doesnt work.Same error.

  4. #4
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ettercap libpcap 0.8.1

    Quote Originally Posted by indianaronaldo View Post
    Hey guys,
    I am trying to install ettercap from its source files.But during ./configure fails because of libpcap.

    configure:error:libpcap >= 0.8.1 required.

    I have only libpcap0.8 and I cannot find any libpcap package for ubuntu.
    Any workaround or suggestions guys?
    Please help..
    Thanks in advance....
    Hmm I'm pretty sure it should work on 1.0.0 or 1.1.1 but here is the link for 0.8.1 try that.

    http://packetstormsecurity.org/files...p-0.8.1.tar.gz

    and 0.9.8

    http://pkgs.fedoraproject.org/repo/p...52c43eaa9aa0e/


    Hope that helps.
    Last edited by Dangertux; September 30th, 2011 at 09:34 PM.

  5. #5
    Join Date
    Aug 2011
    Beans
    7

    Smile Re: Ettercap libpcap 0.8.1

    Quote Originally Posted by Dangertux View Post
    Hmm I'm pretty sure it should work on 1.0.0 or 1.1.1 but here is the link for 0.8.1 try that.

    http://packetstormsecurity.org/files...p-0.8.1.tar.gz

    and 0.9.8

    http://pkgs.fedoraproject.org/repo/p...52c43eaa9aa0e/


    Hope that helps.

    Ok,I'll check this out now.But the thing is even after I installed the 1.0.0 you gave me yesterday,the synaotic manager still shows the 0.8 version.Anyways,First lemme try these two you gave now.

  6. #6
    Join Date
    Sep 2007
    Beans
    6

    Re: Ettercap libpcap 0.8.1

    i got this error during compiling all libpcap version

    checking for capable lex... insufficient
    configure: error: Your operating system's lex is insufficient to compile
    libpcap. flex is a lex replacement that has many advantages, including
    being able to compile libpcap. For more information, see
    http://www.gnu.org/software/flex/flex.html .


    im using ubuntu maverick 64bit anyway

  7. #7
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ettercap libpcap 0.8.1

    Quote Originally Posted by buckbugs View Post
    i got this error during compiling all libpcap version

    checking for capable lex... insufficient
    configure: error: Your operating system's lex is insufficient to compile
    libpcap. flex is a lex replacement that has many advantages, including
    being able to compile libpcap. For more information, see
    http://www.gnu.org/software/flex/flex.html .


    im using ubuntu maverick 64bit anyway
    This should install flex you may also want to install bison

    Code:
    sudo apt-get install flex
    Code:
    sudo apt-get install bison
    Hope that helps, in the future you should start your own thread, it makes it more likely you will get the support you're looking for.

    Thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •