From: <Seb...@ku...> - 2005-01-24 16:02:44
|
I use Debian v.3.0 with all current updates. The Perfparse version I'm trying to install is: 0.104.9. Perfparse was = configured typing: ./configure --prefix=3D/usr/local/nagios = --with-imagedir=3D/usr/local/nagios/share/images/ = --with-cgidir=3D/usr/local/nagios/sbin = --with-http_image_path=3D/nagios/images Everything seems ok so far. The problem appears when I try to do a make: host:~/perfparse-0.104.9# make make all-recursive make[1]: Entering directory `/root/perfparse-0.104.9' Making all in intl make[2]: Entering directory `/root/perfparse-0.104.9/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/intl' Making all in m4 make[2]: Entering directory `/root/perfparse-0.104.9/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/perfparse-0.104.9/m4' Making all in libnagios_perfdata_parser make[2]: Entering directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory = `/root/perfparse-0.104.9/libnagios_perfdata_parser' Making all in libpp_common make[2]: Entering directory `/root/perfparse-0.104.9/libpp_common' source=3D'config_file.c' object=3D'libpp_common_la-config_file.lo' = libtool=3Dyes \ depfile=3D'.deps/libpp_common_la-config_file.Plo' = tmpdepfile=3D'.deps/libpp_common_la-config_file.TPlo' \ depmode=3Dgcc /bin/sh ../depcomp \ /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. = '-DLIBDIR=3D"/usr/local/lib"' '-DLOCALSTATEDIR=3D"/usr/local/var"' = '-DSYSCONFDIR=3D"/usr/local/etc"' '-DPREFIX=3D"/usr/local"' = '-DLOCALEDIR=3D"/usr/local/share/locale"' -I.. -g -O2 -Wall -c -o = libpp_common_la-config_file.lo `test -f 'config_file.c' || echo = './'`config_file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBDIR=3D\"/usr/local/lib\" = -DLOCALSTATEDIR=3D\"/usr/local/var\" -DSYSCONFDIR=3D\"/usr/local/etc\" = -DPREFIX=3D\"/usr/local\" -DLOCALEDIR=3D\"/usr/local/share/locale\" -I.. = -g -O2 -Wall -c config_file.c = -Wp,-MD,.deps/libpp_common_la-config_file.TPlo -fPIC -DPIC -o = .libs/libpp_common_la-config_file.o config_file.c:40: glib.h: No such file or directory make[2]: *** [libpp_common_la-config_file.lo] Error 1 make[2]: Leaving directory `/root/perfparse-0.104.9/libpp_common' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/perfparse-0.104.9' make: *** [all] Error 2 The libpp_common_la-config_file.lo file doesn't exist, however a file = named: libpp_common_la-config_file.loT does. Copying the latter and = altering the extension to .lo helps make to progress a bit further. I'm = unsure if I really should try to rename the files but it seems that make = accepts the correct filenames and progresses further, however I come to = a dead end after renaming several files: make[2]: *** [perfparse_log2any-perfparse-log2any.o] Error 1 I can't find anything wrong with that file and since it feels wrong to = start renaming files in the first place I start hesitate. Any id=E9as? ---------------------------------------------- Sebastian Bergstroem Technical coordinator Kunskapsskolan i Sverige AB seb...@ku... -----------------------------------------------=20 |