LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-31-2005, 05:04 PM   #1
Donic
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Rep: Reputation: 0
kismet problem on make install, any one please help,


Hello, I need help on kismet I'm runing Suse 10.0 and I'm having a little problem setting it up is there anyone haveing the same problem with it on Suse 10.0 thank you.
my e-mail is buglock@yahoo.com
linux:/home/donic/Desktop/onlinedownload/kismet-2005-08-R1 # make install
g++ -o kismet_client util.o configfile.o speech.o manuf.o tcpclient.o frontend.o cursesfront.o panelfront.o panelfront_display.o panelfront_input.o gpsd.o getopt.o kismet_client.o -lstdc++ -lpanel -lncurses
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
lib_mouse.c.text+0x2a5): undefined reference to `dlopen'
lib_mouse.c.text+0x2bf): undefined reference to `dlsym'
lib_mouse.c.text+0x2d8): undefined reference to `dlsym'
lib_mouse.c.text+0x2f1): undefined reference to `dlsym'
lib_mouse.c.text+0x30a): undefined reference to `dlsym'
lib_mouse.c.text+0x32b): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make: *** [kismet_client] Error 1
 
Old 10-31-2005, 07:08 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Just to make sure did it this way. You ran ' ./configure ' first, then ' make ', and then as root run the commnad ' make install ' or the ' make suidinstall '.

Brian1
 
Old 11-01-2005, 11:03 PM   #3
Donic
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Original Poster
Rep: Reputation: 0
Dear, Brian1 thank you for the help but still the same thing hear is more info if you need to see what's going on..


linux:/home/donic/Desktop/onlinedownload/kismet-2005-08-R1 # ./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 file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
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 egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
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... (cached) 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 system-level getopt_long()... yes
checking for stdint.h... (cached) yes
checking for accept() addrlen type... socklen_t
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for group 'root'... yes
checking for group 'man'... checking for initscr in -lncurses... yes
checking for new_panel in -lpanel... yes
checking for assume_default_colors in -lncurses... yes
checking for linux/netlink.h... yes
checking for linux/wireless.h... yes
checking that linux/wireless.h is what we expect... yes
checking that wireless extentions support SIOCIWFIRSTPRIV... yes
configure: WARNING: Using local radiotap support on a non-bsd system
checking for setuid ... yes
checking for XML_GetCurrentLineNumber in -lexpat... yes
checking gmp.h usability... no
checking gmp.h presence... no
checking for gmp.h... no
configure: WARNING: *** Missing GMP math library. gpsmap will not be built. ***
checking for wget... yes
checking for Magick-config... no
configure: WARNING: *** Missing Magick-config (or it is not in the path). gpsmap will not be built. ***
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/kismet
config.status: creating extra/buzzme/Makefile
config.status: creating extra/Makefile
config.status: creating conf/kismet.conf
config.status: creating conf/kismet_ui.conf
config.status: creating config.h
config.status: config.h is unchanged
configure: configuring in libpcap-0.9.1-kis
configure: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking gcc version... 4
checking for inline... inline
checking for __attribute__... no
checking for u_int8_t using gcc... yes
checking for u_int16_t using gcc... yes
checking for u_int32_t using gcc... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... none required
checking for ether_hostton... yes
checking whether ether_hostton is declared... no
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... linux
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking if --enable-ipv6 option is specified... no
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking Linux kernel version... 2
checking if if_packet.h has tpacket_stats defined... yes
checking whether we have /proc/net/dev... yes
checking whether we have DAG API headers... no (/usr/local/include)
checking for ranlib... ranlib
checking if sockaddr struct has sa_len member... no
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... no
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged

Configuration complete:
Compiling for: linux-gnu (i686)
Installing as group: root
Man pages owned by: man
Installing into: /usr/local
Setuid capable: yes
Zaurus extras: no
Terminal Control: ncurses
Curses interface: yes
Panels interface: yes
Linux Netlink capture: yes
Linux wireless : yes
Linux wireless v.22+ : yes
pcap capture: yes
pcap source: libpcap-0.9.1-kis
WSP100 capture: no
Viha capture: no
Radiotap headers: yes
Using local dump code: yes
Imagemagick support: no
Expat Library: yes
GMP Library: no
PThread Support: yes
libz compression: no

Configuration complete. Run 'make dep' to generate dependencies
and 'make' followed by 'make install' to compile and install.
linux:/home/donic/Desktop/onlinedownload/kismet-2005-08-R1 # make dep
make[1]: Entering directory `/home/donic/Desktop/onlinedownload/kismet-2005-08-R1'
make[2]: Entering directory `/home/donic/Desktop/onlinedownload/kismet-2005-08-R1'
make[2]: `.depend' is up to date.
make[2]: Leaving directory `/home/donic/Desktop/onlinedownload/kismet-2005-08-R1'
make[1]: Leaving directory `/home/donic/Desktop/onlinedownload/kismet-2005-08-R1'
linux:/home/donic/Desktop/onlinedownload/kismet-2005-08-R1 # make
g++ -o kismet_client util.o configfile.o speech.o manuf.o tcpclient.o frontend.o cursesfront.o panelfront.o panelfront_display.o panelfront_input.o gpsd.o getopt.o kismet_client.o -lstdc++ -lpanel -lncurses
/usr/lib/gcc/i586-suse-linux/4.0.2/../../../libncurses.a(lib_mouse.o): In function `_nc_mouse_init':
lib_mouse.c.text+0x2a5): undefined reference to `dlopen'
lib_mouse.c.text+0x2bf): undefined reference to `dlsym'
lib_mouse.c.text+0x2d8): undefined reference to `dlsym'
lib_mouse.c.text+0x2f1): undefined reference to `dlsym'
lib_mouse.c.text+0x30a): undefined reference to `dlsym'
lib_mouse.c.text+0x32b): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make: *** [kismet_client] Error 1
linux:/home/donic/Desktop/onlinedownload/kismet-2005-08-R1 #




Thank you again if you come up with something...
 
Old 11-03-2005, 05:15 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Not sure what is wrong there. I would contact the kismet developers and see what they know. More than likely you are missing some librairy or setting and they should be able to help.

Brian1
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kismet install hotstyle765 Linux - Security 2 03-23-2005 09:12 AM
Help install Kismet.... I26 Linux - Newbie 3 08-24-2004 06:00 PM
Problem with Configure, Make, Make Install n8tgc Linux - Newbie 2 07-13-2004 03:16 PM
Kismet Problems :need help with kismet.conf source qbann Linux - Wireless Networking 6 04-26-2004 05:12 PM
all this just to install kismet...? Xoom Linux - Newbie 0 11-02-2003 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration