NetStumbler.org Forums

Go Back   NetStumbler.org Forums > Software > Unix/Linux
Register Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 09-10-2002   #1 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Need help getting Kismet installed...

Hello, just like to say that I'm a linux newb, but I'm trying to learn

'./configure' goes through and works, then 'make dep' works, then I do a 'make', and it says at the end:

pcapsource.cc:69: 'DLT_PRISM_HEADER' undeclared (first use this function)
pcapsource.cc:69: (Each undeclared identifier is reported only once for each function it appears in.)
make: *** [pcapsource.o] Error 1

Am I doing something incredibly stupid? Please help
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-10-2002   #2 (permalink)
hratch
Roadie Stumbler
 
hratch's Avatar
 
Join Date: May 2002
Location: On the Move...
Posts: 308
taking a wild stab at this since i suck at linux as well....did you install libpcap?
hratch is offline   Reply With Quote
Old 09-10-2002   #3 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by hratch
taking a wild stab at this since i suck at linux as well....did you install libpcap?
nope? What's that?
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-10-2002   #4 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
Go here.
http://www.tcpdump.org/
JimmyPopAli is offline   Reply With Quote
Old 09-10-2002   #5 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Well, I got libpcap and tcpdump, and I get similar errors when I try to install those... I'm confused.
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-10-2002   #6 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
Which order did you install them in? Make sure you install the pcap stuff first.
JimmyPopAli is offline   Reply With Quote
Old 09-10-2002   #7 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
I haven't been able to successfully install anything this way

when I try to install libpcap, here's the last lines:

gcc -02 -I. -DHAVE_CONFIG_H -c ./pcap-linux.c
./pcap-linux.c: In function 'map_arphrd_to_dlt':
./pcap-linux.c:1003: 'DLT_LTALK' undeclared (first use in this function)
./pcap-linux.c:1003: (Each undeclared identifier is reported only once
./pcap-linux.c:1003: for each function it appears in.)
make: *** [pcap-linux.o] Error 1

WTF?
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-10-2002   #8 (permalink)
godsmoke
Student / Sys Admn.
 
godsmoke's Avatar
 
Join Date: Aug 2002
Location: NYC, USA
Posts: 78
What distro are you using?
__________________
-godsmoke
godsmoke is offline   Reply With Quote
Old 09-10-2002   #9 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by godsmoke
What distro are you using?
mandrake 8.2



(shutup)
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-11-2002   #10 (permalink)
hratch
Roadie Stumbler
 
hratch's Avatar
 
Join Date: May 2002
Location: On the Move...
Posts: 308
Mentat and jimmypopali did howto's with linux (i am guessing you read those, right) here in the unix forum.

i think they were both for redhat but it should crossover for you.
hratch is offline   Reply With Quote
Old 09-11-2002   #11 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by hratch
Mentat and jimmypopali did howto's with linux (i am guessing you read those, right) here in the unix forum.

i think they were both for redhat but it should crossover for you.
didn't go thru those yet... will do tomorrow... thanks
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-11-2002   #12 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
Actually mine is Debian but I tried to make it as generic as possible.
JimmyPopAli is offline   Reply With Quote
Old 09-11-2002   #13 (permalink)
Eyecannon
Ward River
 
Eyecannon's Avatar
 
Join Date: Aug 2002
Location: Santa Monix
Posts: 679
Quote:
Originally posted by JimmyPopAli
Actually mine is Debian but I tried to make it as generic as possible.
Where are these FAQs?
__________________
No, officer, YOU are under arrest!

http://eyecannon.com/wardrive.html
Eyecannon is offline   Reply With Quote
Old 09-11-2002   #14 (permalink)
blackwave
Do I look like I'm joking
 
blackwave's Avatar
 
Join Date: Apr 2002
Location: SoCal, OC
Posts: 4,507
Quote:
Originally posted by Eyecannon
Where are these FAQs?
Here are a few links:

Orinoco-Kismet HOWTO
http://forums.netstumbler.com/showth...&threadid=1831

Kismet (R.H 7.2 w/ Orinoco) - Compilation
http://forums.netstumbler.com/showth...&threadid=3226

RedHat-7.2 i386 + pcmcia-cs + shmoo orinoco monitor patch mini-howto
http://www.cs.swt.edu/~am60347/rh72.html
__________________
-=BW=-
blackwave is offline   Reply With Quote
Old 09-11-2002   #15 (permalink)
JimmyPopAli
Registered Member
 
JimmyPopAli's Avatar
 
Join Date: Apr 2002
Location: Washington the state
Posts: 242
We need a UNIX faq section.
JimmyPopAli is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Google
 
Web NetStumbler.org

All times are GMT -7. The time now is 04:19 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 ©2007, Crawlability, Inc.


All messages express the views of the author and are for entertainment purposes only. Netstumbler.org cannot be held responsible for the authenticity of the content or the actions of its members. By using this site and its services, you warrant that you will not post any messages that are discriminating, obscene, hateful, threatening, or otherwise violates any laws and you release Netstumbler.org from any future claims of any kind whatsoever including, but not limited to, addiction and loss of productivity. All forum messages, private messages and any other content are properties of Netstumbler.org. Even if publicly available, personal or copyrighted information are not to be posted without the consent of the owner. Distribution of licensed and copyrighted materials in any way not endorsed by the copyright owner is strictly prohibited. You may not use this site and its resources to spam other sites or individuals or perform any action that violates any law. Items sold or bought in the For Sale forum are sold as is and no warranty or insurance of any kind is provided. Netstumbler.org cannot be held responsible for the outcome of any transactions and no warranty of any kind is provided, either express or implied. Vulgar words are not allowed in the subject lines ; they may be used in the message body in any forum. The Administrator, Super Moderators and Moderators of Netstumbler.org have the right to remove, edit, move or close any thread for any reason and to reveal your identity and other known information in the event of a complaint or legal action arising from any message posted by you.