File-HomeDir - Failing on make install

Posted on Mon Sep 18 22:21:26 2006 by dhynson
Failing on make install
Using the perl verion 5.8.0 that gets installed with Red Hat Enterprise version 3.0 update 7 [root@lc-mhtb-204 File-HomeDir-0.58]# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::HomeDir [root@lc-mhtb-204 File-HomeDir-0.58]# make cp lib/File/HomeDir/Darwin.pm blib/lib/File/HomeDir/Darwin.pm cp lib/File/HomeDir/Unix.pm blib/lib/File/HomeDir/Unix.pm cp lib/File/HomeDir.pm blib/lib/File/HomeDir.pm cp lib/File/HomeDir/MacOS9.pm blib/lib/File/HomeDir/MacOS9.pm cp lib/File/HomeDir/Windows.pm blib/lib/File/HomeDir/Windows.pm Manifying blib/man3/File::HomeDir.3pm [root@lc-mhtb-204 File-HomeDir-0.58]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile....ok t/02_main.......ok 4/23 skipped: Skipping desktop on non-Windows t/99_pod........skipped all skipped: Test::Pod 1.00 required for testing POD All tests successful, 1 test and 4 subtests skipped. Files=3, Tests=30, 0 wallclock secs ( 0.11 cusr + 0.03 csys = 0.14 CPU) [root@lc-mhtb-204 File-HomeDir-0.58]# make install Undefined subroutine &main::install called at -e line 1. make: *** [pure_site_install] Error 255 [root@lc-mhtb-204 File-HomeDir-0.58]# Can you inform me why it is failing on the install?
Write a response