I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-02-25 21:06:24.807216-08 by snowweb
Catching error: "Can't execute no install
When trying to install Module::Runtime I'm encountering the following error:
Catching error: "Can't execute no install : No such file or directory at /usr/lib/perl5/5.8.8/CPAN/ +Module.pm line 479.\cJ" at /usr/lib/perl5/5.8.8/CPAN.pm line 392. CPAN::shell() called at -e line 1
Here follows my complete console output:
cpan[34]> install Module::Runtime Running install for module 'Module::Runtime' Running Build for Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz Prepending /root/.cpan/build/DateTime-Locale-0.45-YaxLOu/blib/arch /root/.cpan/build/DateTime-Local +e-0.45-YaxLOu/blib/lib /root/.cpan/build/Params-Validate-1.06-_YwBoo/blib/arch /root/.cpan/build/P +arams-Validate-1.06-_YwBoo/blib/lib /root/.cpan/build/Module-Runtime-0.013-VKWlep/blib/arch /root/ +.cpan/build/Module-Runtime-0.013-VKWlep/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /root/.cpan/build/Module-Runtime-0.013-VKWlep Prepending /root/.cpan/build/DateTime-Locale-0.45-YaxLOu/blib/arch /root/.cpan/build/DateTime-Local +e-0.45-YaxLOu/blib/lib /root/.cpan/build/Params-Validate-1.06-_YwBoo/blib/arch /root/.cpan/build/P +arams-Validate-1.06-_YwBoo/blib/lib /root/.cpan/build/Module-Runtime-0.013-VKWlep/blib/arch /root/ +.cpan/build/Module-Runtime-0.013-VKWlep/blib/lib to PERL5LIB for 'make' Has already been made Prepending /root/.cpan/build/DateTime-Locale-0.45-YaxLOu/blib/arch /root/.cpan/build/DateTime-Local +e-0.45-YaxLOu/blib/lib /root/.cpan/build/Params-Validate-1.06-_YwBoo/blib/arch /root/.cpan/build/P +arams-Validate-1.06-_YwBoo/blib/lib /root/.cpan/build/Module-Runtime-0.013-VKWlep/blib/arch /root/ +.cpan/build/Module-Runtime-0.013-VKWlep/blib/lib to PERL5LIB for 'test' Running Build test Has already been tested successfully Running Build install Prepending /root/.cpan/build/DateTime-Locale-0.45-YaxLOu/blib/arch /root/.cpan/build/DateTime-Local +e-0.45-YaxLOu/blib/lib /root/.cpan/build/Params-Validate-1.06-_YwBoo/blib/arch /root/.cpan/build/P +arams-Validate-1.06-_YwBoo/blib/lib /root/.cpan/build/Module-Runtime-0.013-VKWlep/blib/arch /root/ +.cpan/build/Module-Runtime-0.013-VKWlep/blib/lib to PERL5LIB for 'install' Catching error: "Can't execute no install : No such file or directory at /usr/lib/perl5/5.8.8/CPAN/ +Module.pm line 479.\cJ" at /usr/lib/perl5/5.8.8/CPAN.pm line 392. CPAN::shell() called at -e line 1 cpan[35]>
I'm getting exactly the same error when attempting to install Params::Validate. Thanks.
Direct Responses: Write a response