On Oct 28, 2005, at 7:37 PM, Jim Frey wrote:
> So I bought the Slash book from O'Reilly and I'm
> following it as close as I can. I'm at page 35 and now
> I'm stuck (DAMN! I thought I had it too!!!)
>
> I think I'm narrowed my problem down to the installing
> of Schedule::Cron -- when that thing goes into it's
> testing, it just hangs...
>
> [root@... local]# perl -MCPAN -e "install
> 'Schedule::Cron'"
> CPAN: Storable loaded ok
> Going to read /root/.cpan/Metadata
> Database was generated on Fri, 28 Oct 2005 18:01:44
> GMT
> Running install for module Schedule::Cron
> Running make for R/RO/ROLAND/Schedule-Cron-0.9.tar.gz
> CPAN: MD5 loaded ok
> CPAN: Compress::Zlib loaded ok
> Checksum for
> /root/.cpan/sources/authors/id/R/RO/ROLAND/Schedule-Cron-0.9.tar.gz
> ok
> Scanning cache /root/.cpan/build for sizes
> Schedule-Cron-0.9/
> Schedule-Cron-0.9/t/
> Schedule-Cron-0.9/t/entry.t
> Schedule-Cron-0.9/t/test.crontab
> Schedule-Cron-0.9/t/execution_time.t
> Schedule-Cron-0.9/t/startup.t
> Schedule-Cron-0.9/t/load_crontab.t
> Schedule-Cron-0.9/t/nofork.t
> Schedule-Cron-0.9/README
> Schedule-Cron-0.9/Cron.pm
> Schedule-Cron-0.9/Makefile.PL
> Schedule-Cron-0.9/META.yml
> Schedule-Cron-0.9/CHANGES
> Schedule-Cron-0.9/ChangeLog
> Schedule-Cron-0.9/MANIFEST
> Removing previously used
> /root/.cpan/build/Schedule-Cron-0.9
>
> CPAN.pm: Going to build
> R/RO/ROLAND/Schedule-Cron-0.9.tar.gz
>
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Schedule::Cron
> cp Cron.pm blib/lib/Schedule/Cron.pm
> Manifying blib/man3/Schedule::Cron.3
> /usr/bin/make -- OK
> Running make test
> PERL_DL_NONLAZY=1 /usr/local/bin/perl
> "-MExtUtils::Command::MM" "-e" "test_harne ss(0,
> 'blib/lib', 'blib/arch')" t/*.t
> t/entry.............ok
> t/execution_time....ok
> t/load_crontab......ok
> t/nofork............ok
> t/startup...........
>
> And that's all I get. It's stuck now. I can't do
> anything. Help?!?!
>
> Thanks,
> - Jim
What OS? What version? What perl?
Generally, when I'm in the cpan prompt I just do a
'install Bundle::Slash'
then any modules that don't install, I try by hand by using the
'look' command.
See the latest install file (not the one in v2.2.6, the latest out of
CVS... there's a link directly to it on slash.lottadot.com), I think
there is info in there to help with this type of thing.
Shane
|