RE: installation of GTop and Scoreboard

2000-06-01 Thread Doug MacEachern

On Tue, 30 May 2000, Alex Algard wrote:

 Thanks, but installing glibtop only solved the GTop.pm issue. We're still
 having the same problem with Scoreboard.pm. Below is the output from the
 Scoreboard.pm installation process.

 Error: 'Apache' not in typemap in DummyScoreboard.xs, line 122

you need to install mod_perl, a version that is built against the Apache
sources, so it installs the apache header files and the mod_perl typemap





Re: installation of GTop and Scoreboard

2000-05-30 Thread Stas Bekman

On Tue, 30 May 2000, Alex Algard wrote:

 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

You have to install glibtop! 
Do:

perldoc GTop

 [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
 
 



_
Stas Bekman  JAm_pH --   Just Another mod_perl Hacker
http://stason.org/   mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://perl.org http://stason.org/TULARC
http://singlesheaven.com http://perlmonth.com http://sourcegarden.org




RE: installation of GTop and Scoreboard

2000-05-30 Thread Alex Algard

Thanks, but installing glibtop only solved the GTop.pm issue. We're still
having the same problem with Scoreboard.pm. Below is the output from the
Scoreboard.pm installation process.

Alex Algard
[EMAIL PROTECTED]


[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