You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Gregory Matthews <gr...@iwebtips.com> on 2002/05/21 23:49:39 UTC

GTop

I am trying to install GTop in order to install GTopLimit and am getting 
the following error on make:

glob failed (child exited with status 2) at Makefile.PL line 242.
glob failed (child exited with status 2) at Makefile.PL line 242.
Note (probably harmless): No library found for -lgtop
Note (probably harmless): No library found for -lgtop_sysdeps
Note (probably harmless): No library found for -lgtop_common
Note (probably harmless): No library found for -lglib
Can't exec "glib-config": No such file or directory at (eval 18) line 12.
Note (probably harmless): No library found for -lgtop
Note (probably harmless): No library found for -lgtop_sysdeps
Note (probably harmless): No library found for -lgtop_common
Note (probably harmless): No library found for -lglib
Writing Makefile for GTop::Server
Writing Makefile for GTop
 > make
Skip blib/lib/GTop.pod (unchanged)
Skip blib/lib/GTop.pm (unchanged)
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
/usr/libdata/perl/5.00503/ExtUtils/xsubpp  -typemap 
/usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap.gtop -typemap 
typemap -typemap typemap GTop.xs >xstmp.c && mv xstmp.c GTop.c
cc -c        -DVERSION=\"0.10\"  -DXS_VERSION=\"0.10\" -DPIC -fpic 
-I/usr/libdata/perl/5.00503/mach/CORE  GTop.c
GTop.xs:5: glib.h: No such file or directory
GTop.xs:6: glibtop.h: No such file or directory
GTop.xs:7: glibtop/open.h: No such file or directory
GTop.xs:8: glibtop/close.h: No such file or directory
GTop.xs:9: glibtop/xmalloc.h: No such file or directory
GTop.xs:10: glibtop/parameter.h: No such file or directory
GTop.xs:11: glibtop/union.h: No such file or directory
GTop.xs:12: glibtop/sysdeps.h: No such file or directory
*** Error code 1

I am on a Unix machine running FreeBSD.  Any ideas?  I saw that Stas had a 
similar problem a couple of year ago or so when trying to install the same 
thing.

Gregory