[bwm-tools-tech] Compile Error on Ubuntu 6.06
Brought to you by:
nkukard
From: Andrew N. <and...@gm...> - 2007-03-30 15:50:24
|
I am trying to get bwm-tools 0.2.3 to comple on an Ubuntu 6.06 box. I started off with a basic lamp install and then installed all the required packages: apt-get install build-essential rrdtool libxml2 librrd2-dev libglib2.0-dev libxml2-dev I issue a ./configure command that the completes fine I then issue a make command. The error that pops up is: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib/ glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc/bwm_tools/firewall.xml\" -DIPTABL ES_FILE=\"/etc/sysconfig/iptables\" -g -O2 -MT bwm_firewall-bwm_firewall.o -MD -MP -MF ".deps/b wm_firewall-bwm_firewall.Tpo" -c -o bwm_firewall-bwm_firewall.o `test -f 'bwm_firewall.c' || ech o './'`bwm_firewall.c; \ then mv -f ".deps/bwm_firewall-bwm_firewall.Tpo" ".deps/bwm_firewall-bwm_firewall.Po"; e lse rm -f ".deps/bwm_firewall-bwm_firewall.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o bwm_firewall -pthread -lgthread-2.0 -lg lib-2.0 -L/usr/lib -lxml2 -lz -lm -lpanel -lncurses -lmenu bwm_firewall-bwm_firewall.o ../lib/ libbwm.la mkdir .libs gcc -g -O2 -o .libs/bwm_firewall bwm_firewall-bwm_firewall.o -pthread -L/usr/lib -lpanel -lncur ses -lmenu ../lib/.libs/libbwm.so /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2.0.so / usr/lib/libxml2.so -ldl -lz -lm -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: cannot find -lpanel collect2: ld returned 1 exit status make[2]: *** [bwm_firewall] Error 1 make[2]: Leaving directory `/home/admin/bwm_tools-0.2.3/bwm_firewall' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/admin/bwm_tools-0.2.3' make: *** [all] Error 2 I think that older versions compiled fine on ubuntu but I can't remember exactlly. What is going that is causing this error? |