![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered Member
Join Date: Mar 2003
Posts: 28
|
new to kismet and linux
i tried to install/compile kismet under red hat 8 and got this error:
[root@localhost kismet-2.8.1]# make install make: *** No rule to make target `install'. Stop. [root@localhost kismet-2.8.1]# ./configure checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable cc found in $PATH i used the ./configure command and others but still got the same thing.iam also new to linux,so this is pretty confusing.please help.thank you |
|
|
|
|
|
#2 (permalink) |
|
Registered Member
Join Date: Apr 2002
Location: Washington the state
Posts: 242
|
You don't have gcc installed. When installing Linux when you selected packages there should have been an option for software development which would include all your compilers and stuff. Just add it from RPM, it will be on one of the cds, then run ./configure again and see what else is missing.
Last edited by JimmyPopAli : 04-24-2003 at 03:01 AM. |
|
|
|
|
|
#3 (permalink) |
|
Registered Member
Join Date: Mar 2003
Posts: 15
|
I have the same problem, but I did install the development tools. I also did a ./configure and a whole list of things came up. So I thought I was good to go and did a make dep and got this:
make: *** No rule to make target `dep'. Stop. I am unsure what else I am missing. I have looked to see if there is a dep file and there isnt anything. Please help me also, I am new to linux also. I am useing suse8.1 pro if it helps. |
|
|
|
|
|
#6 (permalink) |
|
Registered Member
Join Date: Mar 2003
Posts: 15
|
never mind found it
jfuqua@linux:~> cd kismet-2.8.1
jfuqua@linux:~/kismet-2.8.1> ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking how to run the C preprocessor... gcc -E checking for platform-specific compiler flags... none needed checking whether byte ordering is bigendian... no checking for errno.h... yes checking for stdlib.h... yes checking for string.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for sys/wait.h... yes checking for unistd.h... yes checking for sys/types.h... yes checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for ANSI C header files... yes checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for gettimeofday... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strftime... yes checking for strstr... yes checking for stdint.h... yes checking for accept() addrlen type... socklen_t checking for group 'root'... yes checking for grouo 'man'... checking for initscr in -lncurses... no configure: WARNING: Unable to find libncurses checking for initscr in -lcurses... no configure: error: Unable to find libncurses or libcurses jfuqua@linux:~/kismet-2.8.1> |
|
|
|
|
|
#9 (permalink) |
|
Registered Member
Join Date: Mar 2003
Posts: 15
|
I have them installed now and I got Kismet installed. Now I just have to work though configuring it.
Thanks. btw, I went to the orinoco website to find updated drivers for my gold card, would any one know a better place to get linux drivers for it? |
|
|
|
|
|
#10 (permalink) | |
|
Registered Member
Join Date: Feb 2003
Location: Texas
Posts: 57
|
Quote:
dont remember the url; just google airsnort
__________________
Toshiba E740 running PocketWarrior and WinC - SOLD ![]() Itronix armored 486 laptop runing W95 and netstumbler Compaq Armada E700 dualbooting w/ xp pro and slackware 8.1 - running netstumbler and soon will be running kismet/airsnort/etc... |
|
|
|
|