Subject: | problems installing the module via CPAN |
Hello, Gabor.
Trying
perl -MCPAN -e 'install CGI::FileManager'
using Perl 5.8.4. causes problems, which are probably due to the fact that it tries to use a Makefile.PL while you use a different mechanism.
Perl -MCPAN -e 'install CGI::FileManager'
CPAN: Storable loaded ok
Going to read /home/shlomo/perl/.cpan/Metadata
Database was generated on Mon, 13 Dec 2004 00:04:04 GMT
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
http://mirror.mirimar.net/cpan/authors/01mailrc.txt.gz
Going to read /home/shlomo/perl/.cpan/sources/authors/01mailrc.txt.gz
Fetching with LWP:
http://mirror.mirimar.net/cpan/modules/02packages.details.txt.gz
Going to read /home/shlomo/perl/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Tue, 14 Dec 2004 01:49:21 GMT
Fetching with LWP:
http://mirror.mirimar.net/cpan/modules/03modlist.data.gz
Going to read /home/shlomo/perl/.cpan/sources/modules/03modlist.data.gz
Going to write /home/shlomo/perl/.cpan/Metadata
Running install for module CGI::FileManager
Running make for S/SZ/SZABGAB/CGI-FileManager-0.03.tar.gz
Fetching with LWP:
http://mirror.mirimar.net/cpan/authors/id/S/SZ/SZABGAB/CGI-FileManager-0.03.tar.gz
CPAN: Digest::MD5 loaded ok
Fetching with LWP:
http://mirror.mirimar.net/cpan/authors/id/S/SZ/SZABGAB/CHECKSUMS
Checksum for /home/shlomo/perl/.cpan/sources/authors/id/S/SZ/SZABGAB/CGI-FileManager-0.03.tar.gz ok
Scanning cache /home/shlomo/perl/.cpan/build for sizes
CGI-FileManager-0.03/
CGI-FileManager-0.03/t/
CGI-FileManager-0.03/t/lib/
CGI-FileManager-0.03/t/lib/CGI/
CGI-FileManager-0.03/t/lib/CGI/FileManager/
CGI-FileManager-0.03/t/lib/CGI/FileManager/Test.pm
CGI-FileManager-0.03/t/pod.t
CGI-FileManager-0.03/t/004-upload.t
CGI-FileManager-0.03/t/002-authentication.t
CGI-FileManager-0.03/t/003-main.t
CGI-FileManager-0.03/t/00.load.t
CGI-FileManager-0.03/t/pod-coverage.t
CGI-FileManager-0.03/bin/
CGI-FileManager-0.03/bin/cfm-install.pl
CGI-FileManager-0.03/bin/cfm-passwd.pl
CGI-FileManager-0.03/dir/
CGI-FileManager-0.03/dir/data.txt
CGI-FileManager-0.03/dir/subdir/
CGI-FileManager-0.03/dir/subdir/somefile.txt
CGI-FileManager-0.03/lib/
CGI-FileManager-0.03/lib/CGI/
CGI-FileManager-0.03/lib/CGI/FileManager/
CGI-FileManager-0.03/lib/CGI/FileManager/Auth.pm
CGI-FileManager-0.03/lib/CGI/FileManager/Templates.pm
CGI-FileManager-0.03/lib/CGI/FileManager.pm
CGI-FileManager-0.03/local/
CGI-FileManager-0.03/local/1.txt
CGI-FileManager-0.03/README
CGI-FileManager-0.03/Changes
CGI-FileManager-0.03/Build.PL
CGI-FileManager-0.03/META.yml
CGI-FileManager-0.03/MANIFEST
Package seems to come without Makefile.PL.
(The test -f "/home/shlomo/perl/.cpan/build/CGI-FileManager-0.03/Makefile.PL" returned false.)
Writing one on our own (setting NAME to CGIFileManager)
CPAN.pm: Going to build S/SZ/SZABGAB/CGI-FileManager-0.03.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for CGIFileManager
cp lib/CGI/FileManager/Auth.pm blib/lib/CGI/FileManager/Auth.pm
cp lib/CGI/FileManager/Templates.pm blib/lib/CGI/FileManager/Templates.pm
cp lib/CGI/FileManager.pm blib/lib/CGI/FileManager.pm
Manifying blib/man3/CGI::FileManager::Auth.3
Manifying blib/man3/CGI::FileManager.3
/home/shlomo/perl/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