From: Barry G. <mai...@pe...> - 2004-04-04 05:08:29
|
Hi, I just checked out the CVS, as I'm interested in trying the new support for more than one network graph, but I'm unable to get it to compile. On RedHat 7.3 and 7.0, After running ./configure --with-drivers=Curses,CrystalFontz make I get: gcc -D_GNU_SOURCE -Wall -g -O2 -o lcd4linux lcd4linux.o cfg.o debug.o drv.o evaluator.o hash.o layout.o lock.o pid.o timer.o thread.o udelay.o qprintf.o widget.o widget_text.o widget_bar.o widget_icon.o plugin.o plugin_math.o plugin_string.o plugin_cfg.o plugin_uname.o plugin_loadavg.o plugin_proc_stat.o plugin_cpuinfo.o plugin_meminfo.o plugin_netdev.o plugin_ppp.o plugin_dvb.o plugin_apm.o plugin_i2c_sensors.o plugin_imon.o plugin_exec.o plugin_xmms.o plugin_seti.o drv_Crystalfontz.o drv_generic_text.o drv_generic_serial.o -lncurses -lm plugin.o: In function `plugin_init': /tmp/lcd4linux/plugin.c:215: undefined reference to `plugin_init_mysql' plugin.o: In function `plugin_exit': /tmp/lcd4linux/plugin.c:238: undefined reference to `plugin_exit_mysql' collect2: ld returned 1 exit status make: *** [lcd4linux] Error 1 How can I get this compiled? Is there an option to disable the mysql plugin? Thanks, Barry Gould |