Results 1 to 7 of 7

Thread: AirCrack build errors?

  1. #1
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    AirCrack build errors?

    Hey,

    So I'm trying to build Aircrack on Ubuntu edgy.
    I downloaded the file from the website, unpacked it to the desktop, and did the following in the terminal:

    cd /home/user/Desktop/AircrackFolder/src/
    ./configure
    doing this just gives me:

    bash: ./configure: No such file or directory
    well, I ignored this (knowing that I wouldn't be able to build if I did), and tried doing:

    make: *** No targets specified and no makefile found. Stop.
    Again, ignoring this knowing that nothing would happen:

    make: *** No rule to make target `install'. Stop.
    So... What is it that I'm messing up? Isn't this how I should go about building it? It should be noted that I'm on a fresh install, if that matters.

    Thanks for your help!
    FlyingIsFun1217

  2. #2
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: AirCrack build errors?

    Can anybody help me here? I'm sure somebody knows whats wrong here...

    FlyingIsFun1217

  3. #3
    Join Date
    Jan 2006
    Beans
    961

    Re: AirCrack build errors?

    why are you doing this? use synaptic or aptitude when you can!

    Code:
    sudo aptitude install aircrack
    edit:
    just adding to what wieman01 mentions below that `aircrack' will actually install `aircrack-ng' .. at least here in feisty
    Last edited by lnostdal; March 31st, 2007 at 02:41 PM.

  4. #4
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: AirCrack build errors?

    "aircrack" is in the repositories, there is no need to compile from scratch (see post #3). I would use aircrack-ng instead which is way more advanced and has lots more features. It is fairly simple to "make".

  5. #5
    WW is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Oct 2004
    Beans
    1,532

    Re: AirCrack build errors?

    If you prefer to build the latest version from source instead of installing an older precompiled package, follow the instructions: http://www.aircrack-ng.org/doku.php?...0ca5323023b108

    Note, in particular, that it does not use the Autotools configure command.

  6. #6
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: AirCrack build errors?

    Quote Originally Posted by wieman01 View Post
    "aircrack" is in the repositories, there is no need to compile from scratch (see post #3). I would use aircrack-ng instead which is way more advanced and has lots more features. It is fairly simple to "make".
    Well, thats what I was using, was a download of the source package of aircrack-ng, and thats when I had so much trouble using ./configure, make && make install

    Thanks again for the help!
    FlyingIsFun1217

  7. #7
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: AirCrack build errors?

    Quote Originally Posted by WW View Post
    If you prefer to build the latest version from source instead of installing an older precompiled package, follow the instructions: http://www.aircrack-ng.org/doku.php?...0ca5323023b108

    Note, in particular, that it does not use the Autotools configure command.

    Thanks for pointing that out, I seemed to not see that over at the aircrack site

    Thanks again!
    FlyingIsFun1217

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
  •