On Thu, 31 Aug 2006, Philip M. Gollucci wrote:
Fred Moyer wrote:
[EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ perl Makefile.PL
You don't seem to have mod_perl 1.0 installed at Makefile.PL line 110.
Here's a really dumb question -- Do you have mod_perl 1.0 installed AND the
PERL GLUE in your PERL5LIB path
(specifically mod_perl.pm)?
Blarg. I was fiddling with my config the other day to test for situations
where Apache::Test wasn't installed and forgot to reset my perl path.
Sorry for the noise, I've been trying to test stuff a lot lately like a
'non-expert' user would and I haven't figured out how to juggle the
possible library combinations just right yet.
[EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ /home/fred/dev/perl/bin/perl
Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Apache::SizeLimit
Even though its a static compile, you still need the .pm files.
Specifically these
## chdir /home/pgollucci/dev/src/mod_perl-1.29
## make install
I'll bet without a doubt thats the issue.
After running the attached script, I do this to test the 1.x series. (static)
## /usr/local/software/freebsd-6.1-stable/3.4.4/perl/5.8.8/bin/perl
Makefile.PL \
## -httpd /usr/local/software/freebsd-6.1-stable/3.4.4/httpd/1.3.37/bin/httpd
## make all test clean
For 2.x I do this (dynamic)
(r436693 was the SVN version last time I did it)
## export
PERL5LIB=/usr/local/software/freebsd-6.1-stable/3.4.4/mod_perl/r436693/5.8.8-2.2.3-prefork/lib
## /usr/local/software/freebsd-6.1-stable/3.4.4/perl/5.8.8/bin/perl
Makefile.PL \
## -apxs
/usr/local/software/freebsd-6.1-stable/3.4.4/httpd/2.2.3/prefork/bin/apxs
## make all test clean
--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F
"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ /
/ /|_/ / // /\ \/ /_/ / /__
/_/ /_/\_, /___/\___\_\___/
<___/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]