[cgiapp] CGI::Application::Dispatch Install Issues

Lee Carmichael lecar_red at yahoo.com
Sat Mar 8 12:17:12 EST 2008


Hello Todd, 


I had the same issues, see bug: http://rt.cpan.org/Public/Bug/Display.html?id=33498


I found that I needed to patch a Build.PL and Makefile.PL when Apache::Test wasn't installed.


There are patches attached to the bug, give them a try. I'm pretty confident they will work (that probably means something is mucked up with them :)


Good Luck,


Lee

----- Original Message ----
From: Todd Ross <Todd_Ross at mgic.com>
To: CGI Application <cgiapp at lists.openlib.org>
Sent: Friday, March 7, 2008 9:34:00 AM
Subject: [cgiapp] CGI::Application::Dispatch Install Issues

I've seen quite a few posts on this list concerning 
CGI::Application::Dispatch.  I'd like to try it out.  Installing it, 
however, seems to be a problem.  Since there is no README or INSTALL 
included in the archive, I'm following the normal Makefile.PL (or 
Build.PL) procedures.

[me at unixbox1:~/perltemp/CGI-Application-Dispatch-2.12]> ls
Build.PL     Changes      lib          Makefile.PL  MANIFEST     META.yml  
  t            TODO
[me at unixbox1:~/perltemp/CGI-Application-Dispatch-2.12]> perl Makefile.PL
This module can optionally use Apache::Test to test the mod_perl 
functionality.
Undefined subroutine &ExtUtils::MakeMaker::prompt called at Makefile.PL 
line 31, <DATA> line 547.
[me at unixbox1:~/perltemp/CGI-Application-Dispatch-2.12]> perl Build.PL
Can't locate object method "new" via package "Module::Build" (perhaps you 
forgot to load "Module::Build"?) at Build.PL line 2.

Is there a known problem with CGI::Application::Dispatch?  How have others 
installed this?

Since its complaining about not finding a MakeMaker sub, the version of 
MakeMaker I'm using is probably relevant:

[me at unixbox1:~/perltemp/CGI-Application-Dispatch-2.12]> perl 
-MExtUtils::MakeMaker -e 'print "$ExtUtils::MakeMaker::VERSION\n"'
6.30

The Perl version is also probably relevant:

[me at unixbox1:~/perltemp/CGI-Application-Dispatch-2.12]> perl -v

This is perl, v5.8.8 built for sun4-solaris

<snip>

I've installed 100s of CPAN modules using these procedures with this build 
of Perl, so I'm comfortable with my environment.

Todd

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://lists.openlib.org/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://lists.openlib.org/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################







More information about the cgiapp mailing list