2010/10/8 Hatala, Michael <mhat...@nemours.org>: > Jens, I am using cpan for module installations. > > On thing is that the CPAN failed on this test but passed when I ran it > via the vi 'perl Makefile.PL' way.
I think, in this case it's more a question to the toolchain people (http://github.com/Perl-Toolchain-Gang). I don't know if there is a mailing list. I suggest, ask on irc.perl.org in #toolchain channel. /Jens > t/04clean_load.t ....... Can't stat blib/lib: A file or directory in the > path name does not exist. > at t/04clean_load.t line 8 > You said to run 0 tests at t/04clean_load.t line 11. > t/04clean_load.t ....... Dubious, test returned 2 (wstat 512, 0x200) > > Here is proof of CPAN installation. I still don't have a prove command. > > cpan[2]> install Bundle::CPAN > > Test::Harness is up to date (3.22). > ExtUtils::CBuilder is up to date (0.2703). > ExtUtils::MakeMaker is up to date (6.56). > Module::Build is up to date (0.3607). > File::Spec is up to date (3.33). > File::Temp is up to date (0.22). > Scalar::Util is up to date (1.23). > Test::More is up to date (0.96). > Data::Dumper is up to date (2.128). > Digest::SHA is up to date (5.48). > File::HomeDir is up to date (0.93). > Compress::Raw::Bzip2 is up to date (2.031). > Compress::Raw::Zlib is up to date (2.030). > IO::Compress::Base is up to date (2.030). > IO::Uncompress::Gunzip is up to date (2.030). > Compress::Zlib is up to date (2.030). > IO::Zlib is up to date (1.10). > Archive::Tar is up to date (1.68). > Archive::Zip is up to date (1.30). > Net::Cmd is up to date (2.29). > Net::FTP is up to date (2.77). > Term::ReadKey is up to date (2.30). > Term::ReadLine::Perl is up to date (1.0303). > YAML is up to date (0.72). > Parse::CPAN::Meta is up to date (1.40). > Text::Glob is up to date (0.08). > CPAN is up to date (1.9402). > File::Which is up to date (1.09). > > > Thanks, Mike > > -----Original Message----- > From: Jens Rehsack [mailto:rehs...@googlemail.com] > Sent: Friday, October 08, 2010 12:07 PM > To: Martin J. Evans > Cc: Hatala, Michael ; Jens Rehsack; dbi-users@perl.org > Subject: Re: FW: DBI 1.6.15 problem on AIX 6.1 with perl 5.8.8 64bit > > On 10/08/10 14:57, Martin J. Evans wrote: >> On 08/10/10 15:25, Hatala, Michael wrote: >>> I don't have the prove command with this perl 5.8.8 64bit release. >>> I'm assuming it's a byproduct of the perl installation(?) >> >> It is in Test::Harness which you already have but perhaps not new > enough. >> On my Linux system it is not in the same place as the perl binary - > perl binary is in /usr/bin and prove is in /usr/local/bin. > > This sounds reasonable, Martin. I encountered massive problems on AIX > with the old modules. I used some more recent ones (especially toolchain > and test modules). > But they are named all in Makefile.PL or META.yml, so cpan should have > the preinstalled. > > Hatala, you're using cpan, cpanplus or cpanminus, don't you? If you > don't use them, you checked META.yml and/or Makefile.PL for > prerequisites, don't you? > > Jens >