Re: [Codestriker-user] Perl-CPAN problems
Brought to you by:
sits
|
From: David S. <si...@us...> - 2004-02-24 01:52:33
|
On Tue, 24 Feb 2004 11:35, Barker, Brent wrote: > I am running RedHat Enterprise Server v3. While running ./checksetup.pl > data is returned telling me to run: > > perl -MCPAN -e 'install "IPC::Run"' > perl -MCPAN -e 'install "Template"' > > When executed; make: *** [test_dynamic] Error 29 is returned. > > Make test had returned bad status, won't install without forc Hmmm, I take it this message is from the IPC::Run module install? I did a quick search on the web, and noticed a similar error message. I'm not sure how critical this failed test is, I have not had issues with IPC::Run in production use. http://www.nntp.perl.org/group/perl.cpan.testers/12949 What version of IPC::Run is it trying to install? It might be worth following this up with the IPC::Run maintainer, and even trying a forced install. -- Cheers, David |