LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora 10 aircrack-ng 1.0-rc1 instalation issues (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-10-aircrack-ng-1-0-rc1-instalation-issues-714641/)

edw00rd 03-26-2009 02:00 PM

Fedora 10 aircrack-ng 1.0-rc1 instalation issues
 
When I try to install the latest version of aircrack-ng onto my fedora 10 box it gives me this error (the repositories don't have the latest version and I need it to take advantage of my iwl3945 card) here's the error I'm getting, can anyone give me a hand here, it'd be greatly appreciated... as I've been getting similar errors with other manual installs...

here's the error:

[root@localhost aircrack-ng-1.0-rc2]# make SQLITE=true
make -C src all
make[1]: Entering directory `/home/edw00rd/aircrack-ng-1.0-rc2/src'
make -C osdep
make[2]: Entering directory `/home/edw00rd/aircrack-ng-1.0-rc2/src/osdep'
Building for Linux
make[3]: Entering directory `/home/edw00rd/aircrack-ng-1.0-rc2/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -I/usr/local/include -DHAVE_SQLITE -fPIC -I.. -c -o osdep.o osdep.c
make[3]: gcc: Command not found
make[3]: *** [osdep.o] Error 127
make[3]: Leaving directory `/home/edw00rd/aircrack-ng-1.0-rc2/src/osdep'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/edw00rd/aircrack-ng-1.0-rc2/src/osdep'
make[1]: *** [osd] Error 2
make[1]: Leaving directory `/home/edw00rd/aircrack-ng-1.0-rc2/src'
make: *** [all] Error 2


Any help would be great!!!

Maligree 03-26-2009 02:02 PM

yum install gcc?

edw00rd 03-27-2009 12:30 AM

I did finally figure out that this was due to gcc not being installed however then I ran into several issues with the 'make SQLITE=true' and ended up just settling for the standard 'make' so now I'm missing out on all the cool libs/dictionaries for WPA/PSK cracking. I was really looking forward to using this with a dictionary attack. Sorry for posting this... it seems I just needed to READ the damn error. My ADD totally got ahead of me on this. Anyhow WEP cracking and airmon are now working quite splendidly and I'm able to take full advantage of the alternate interfaces (ie mon0, mon1 and so on) however I still feel like i'm not getting the bang out of aircrack-ng.


All times are GMT -5. The time now is 05:30 PM.