We're trying to install Apache::GTop and Apache::Scoreboard. On our
machines, we have RedHat 6.2 (2.2.14-5.0), Perl 5.00503, and mod_perl 1.21.
We're having installation problems with both modules. Below is output from
the installation of both. If you have any suggestions, my coworkers and I
would certainly appreciate it!

Thank you,
Alex Algard
[EMAIL PROTECTED]


----- OUTPUT FROM GTop.pm -----
[root]# perl Makefile.PL
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 -lgtop
Note (probably harmless): No library found for -lgtop_sysdeps
Note (probably harmless): No library found for -lgtop_common

[root]# make
Skip blib/lib/GTop.pod (unchanged)
Skip blib/lib/GTop.pm (unchanged)
make[1]: Entering directory `/www/GTop-0.10/Server'
cc -c -I/usr/lib/glib/include -Dbool=char -DHAS_BOOL -I/usr/local/include -O
2 -m486 -fno-strength-reduce    -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fp
ic -I/usr/lib/perl5/5.00503/i386-linux/CORE  io.c
In file included from io.c:24:
daemon.h:27: glibtop.h: No such file or directory
daemon.h:28: glibtop/error.h: No such file or directory
daemon.h:29: glibtop/gnuserv.h: No such file or directory
daemon.h:31: glibtop/open.h: No such file or directory
daemon.h:32: glibtop/union.h: No such file or directory
daemon.h:33: glibtop/xmalloc.h: No such file or directory
daemon.h:34: glibtop/version.h: No such file or directory
daemon.h:35: glibtop/command.h: No such file or directory
daemon.h:36: glibtop/parameter.h: No such file or directory
make[1]: *** [io.o] Error 1
make[1]: Leaving directory `/www/GTop-0.10/Server'
make: *** [subdirs] Error 2


----- OUTPUT FROM Scoreboard.pm -----

[root]# perl Makefile.PL
Writing Makefile for Apache::DummyScoreboard
Writing Makefile for Apache::Scoreboard

[root]# make
make[1]: Entering directory `/www/Apache-Scoreboard-0.10/Dummy'
/usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503
/usr/lib/perl5/5.00503/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.00503/ExtUtils/typemap -typemap typemap DummyScoreboard.xs
>xstmp.c && mv xstmp.c DummyScoreboard.c
Error: 'Apache' not in typemap in DummyScoreboard.xs, line 122
Please specify prototyping behavior for DummyScoreboard.xs (see perlxs
manual)
make[1]: *** [DummyScoreboard.c] Error 1
make[1]: Leaving directory `/www/Apache-Scoreboard-0.10/Dummy'
make: *** [subdirs] Error 2

Reply via email to