by <xpi> » Tue Apr 29, 2003 8:14 pm
So first get the package.. Because you can't wait for the workaround in the configure programs.
trafshow-3.1: ./configure Darwin ; make
It'll complain about u_char, I'm guessing those crazy russian meant unsigned int so put this in darwin.h cat - > darwin.h
#ifndef _mdarwin
#define _mdarwin
#define u_char unsigned char
#endif
ctrl-d
and then add this to config.h
#include "darwin.h"
then viola, But I would not trust the installer; yet. So manually copy the binary and manual page.
make;
mkdir -p /usr/local/sbin
cp trafshow /usr/local/sbin/
mkdir -p /usr/local/man/man1
cp trafshow.1 /usr/local/man/man1