Subject: | Installation failure of versions 2.06 and 2.07 |
I initially tried to install Config::Tiny using the automated install
method, but it failed so I switched to trying a manual installation. I
tried 2.07 initially, it failed with the messages shown below. I then
tried 2.06 and it failed in the same way.
After running 'perl Makefile.PL', I run 'make' and get the following
messages:-
chmod: getting attributes of `blib/lib/Config': No such file or directory
make: [blib/lib/Config/.exists] Error 1 (ignored)
chmod: getting attributes of `blib/arch/auto/Config/Tiny': No such file
or directory
make: [blib/arch/auto/Config/Tiny/.exists] Error 1 (ignored)
chmod: getting attributes of `blib/lib/auto/Config/Tiny': No such file
or directory
make: [blib/lib/auto/Config/Tiny/.exists] Error 1 (ignored)
/bin/sh -c true
/bin/sh -c true
Undefined subroutine &main::pm_to_blib called at -e line 1.
make: *** [pm_to_blib] Error 255
I have very little experience of Perl, but required Config::Tiny to use
a Nagios plugin. I have now installed 2.05 which appears to install
correctly.
My OS is Linux 2.4.20-28.7smp on i686. Perl is 5.6.1 built for
i386-linux. The system itself is a plain installation of Redhat 7.3 (iirc).
If you need more information, please feel free to drop me a mail and
I'll do my best to help.