I am tryin to install bandwidthd, but am having problems with :/
Out of the readme file it says:
# INSTALATION INSTRUCTIONS #
Get and install libpcap from
http://www.tcpdump.org/
Get and install libpng from
http://www.libpng.org/
Get and install libgd from
http://www.boutell.com/gd/
Make sure your system supports System V IPC
make install
I have all 3 of those installed on my linode:
[root@li5-11 bandwidthd-1.2.1b]# rpm -q libpcap
libpcap-0.8.3-3
[root@li5-11 bandwidthd-1.2.1b]# rpm -q libpng
libpng-1.2.5-8
[root@li5-11 bandwidthd-1.2.1b]# rpm -q libgd
libgd-2.0.20-2
Yet when I do make install I get the following error:
[root@li5-11 bandwidthd-1.2.1b]# make install
cc -I/usr/local/include -O3 -Wall -c -o bandwidthd.o bandwidthd.c
In file included from bandwidthd.c:10:
bandwidthd.h:24:16: gd.h: No such file or directory
bandwidthd.h:25:21: gdfonts.h: No such file or directory
In file included from bandwidthd.c:10:
bandwidthd.h:164: error: syntax error before "im"
bandwidthd.h:165: error: syntax error before "im"
bandwidthd.h:166: error: syntax error before "im"
make: *** [bandwidthd.o] Error 1
[root@li5-11 bandwidthd-1.2.1b]#
Any ideas guys? :/