Trying to install driftnet
        Posted  
        
            by 
                Andrew
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Andrew
        
        
        
        Published on 2012-04-05T22:40:26Z
        Indexed on 
            2012/04/05
            23:31 UTC
        
        
        Read the original article
        Hit count: 618
        
centos
I'm trying to install driftnet. I think I've installed all the dependencies per the website but when I run make I get the error below.
makedepend -- -g -Wall -I/usr/include/pcap -D_BSD_SOURCE `pkg-config --cflags gtk+-2.0` -DDRIFTNET_VERSION='"0.1.6"' `cat endianness` -- audio.c mpeghdr.c gif.c img.c jpeg.c png.c driftnet.c image.c display.c playaudio.c connection.c media.c util.c http.c
cat: endianness: No such file or directory
/bin/sh: makedepend: command not found
make: *** [depend] Error 127
What have I done wrong? Is there something similar but more current?
© Server Fault or respective owner