David Scott wrote:
Hey guys,

I've installed Apache 2.2.3 and mod_perl 2.0.3 + libapreq2, apparently all successfully (my application runs pretty well). Now I want to install Apache::VMonitor and can't.

I've running on Debian sarge and have Apache 1.3.33 installed as well in /usr/sbin/apache.
Where are your two apxs binaries (full path) ?
$ echo $PATH
$ which apxs

The first issue is when I install Apache::Scoreboard 2.0.8. make works OK, but make test fails with:
MOD_PERL=2 $perl Makefile.PL -apxs /path/to/apxs_for_2.x

(Or you could just put the path to the apxs you want FIRST in your path)

mp gen = 2
INC = /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .
Going to build against mod_perl/2.000003 Perl/5.008004
perl -e 'print "INC = @INC\n"; use Apache::Scoreboard; print "version = $Apache::Scoreboard::VERSION\n";'

I get:

INC = /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .
version = 2.08
Yes, but is that in 5.8.4 or 5.8.8 -- being an Apache-Scoreboard
is XS based module so thats going to make a difference.



--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

Reply via email to