Subject: | "cpan" install fails late in the process |
Hi Purdy,
cpan fails to install CAP::Stream, due to a missing Makefile.PL:
Package seems to come without Makefile.PL.
(The test -f
"/root/.cpan/build/CGI-Application-Plugin-Stream-2.05/Makefile.PL"
returned false.)
Writing one on our own (setting NAME to CGIApplicationPluginStream)
CPAN.pm: Going to build
P/PU/PURDY/CGI-Application-Plugin-Stream-2.05.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for CGIApplicationPluginStream
cp lib/CGI/Application/Plugin/Stream.pm
blib/lib/CGI/Application/Plugin/Stream.pm
Manifying blib/man3/CGI::Application::Plugin::Stream.3pm
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build
Too early to specify a build action 'Build'. Do 'Build Build' instead.
make: *** [Build] Error 9
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Can you fix this?
Thanks!
Rhesa