Hi This application looks great but I can't still compile it. I tryed it on OpenBSD 3.7 and 3.5 but without success. There is problem with libpng. configure says that I have no libpng but I've compiled libpng 1.2.8.
configure: error: Bandwidthd requires but cannot libpng config.log ------ configure:2858: gcc -o onftest -g -O2 -I/usr/local/include -L/usr/local/lib c onftest.c -lpng -liconv -lm -lresolv >&5 /usr/local/lib/libpng.so.4.0: undefined reference to `deflate' /usr/local/lib/libpng.so.4.0: undefined reference to `inflate' /usr/local/lib/libpng.so.4.0: undefined reference to `inflateInit_' /usr/local/lib/libpng.so.4.0: undefined reference to `crc32' /usr/local/lib/libpng.so.4.0: undefined reference to `deflateInit2_' /usr/local/lib/libpng.so.4.0: undefined reference to `inflateReset' /usr/local/lib/libpng.so.4.0: undefined reference to `deflateReset' /usr/local/lib/libpng.so.4.0: undefined reference to `inflateEnd' /usr/local/lib/libpng.so.4.0: undefined reference to `deflateEnd' Could you please help me? MK ----- Original Message ----- From: "Fabien Germain" <[EMAIL PROTECTED]> To: <misc@openbsd.org> Sent: Monday, August 22, 2005 2:48 PM Subject: Re: network traffic monitoring Maybe you can try BandwithD : http://bandwidthd.sourceforge.net/ Fabien