Trouble installing sniffit
(OS) RH 7.3
I compile this program and do ./ configure then make and it says it compiled succesfully but I can't get it to run?
[root@tied root]# cd /home/tied/sniffit/sniffit.0.3.7.beta/
[root@tied sniffit.0.3.7.beta]# ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for main in -lncurses... (cached) yes
checking for ncurses.h... (cached) /usr/include/ncurses.h
checking for shmget... (cached) yes
checking for atexit... (cached) yes
checking size of unsigned short int... (cached) 2
checking size of unsigned long int... (cached) 4
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
creating ./config.status
creating Makefile
configuring in libpcap
running /bin/sh ./configure --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking gcc version... (cached) 2
checking how to run the C preprocessor... (cached) gcc -E
checking for malloc.h... (cached) yes
checking for sys/ioccom.h... (cached) no
checking for sys/sockio.h... (cached) no
checking for ANSI ioctl definitions... (cached) yes
checking for ether_hostton... (cached) yes
checking for strerror... (cached) yes
checking packet capture type... linux
checking for net/if_arp.h... (cached) yes
checking Linux kernel version... (cached) 2
checking for flex... (cached) flex
checking for flex 2.4 or higher... (cached) yes
checking for bison... (cached) bison
checking for ranlib... (cached) ranlib
checking if sockaddr struct has sa_len member... (cached) no
checking if unaligned accesses fail... (cached) no
rm: `net' is a directory
ln: `net/net': File exists
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
[root@tied sniffit.0.3.7.beta]# make
Succesfull compilation...
[root@tied sniffit.0.3.7.beta]#
[root@tied sniffit.0.3.7.beta]# make install
make: *** No rule to make target `install'. Stop.
[root@tied sniffit.0.3.7.beta]
thanks!
|