Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install CGI.pm-3.01 on my Solaris 2.6 ultra 5 box. Below is the install process. I am not familiar with the error ""test_dynamicError 29" It dose not appear to be fatal because if I force the install
everything appears to be working correctly.
In everything I have read regarding this with other installs it sounds like a problem with the install script. Does that sound like an option? If so,what do I do to correct it.
If anyone has run across this it would be most helpful. I am at a stand still until I can prove that this will not cause our production box to fail.
If anyone has run across this it would be most helpful. I am at a stand still until I can prove that this will not cause our production box to
verity-dev# perl Makefile.PL Writing Makefile for CGI3 verity-dev# make Manifying blib/man3/CGI::Push.3 Manifying blib/man3/CGI::Pretty.3 Manifying blib/man3/CGI::Fast.3 Manifying blib/man3/autoload.3 Manifying blib/man3/CGI.3 verity-dev# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6. +1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtest +s @ARGV;' t/*.t t/compile...........FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/form..............ok t/function..........ok t/html..............ok t/request...........ok Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +------ t/compile.t 100.00% 1-2 Failed 1/5 test scripts, 80.00% okay. 2/97 subtests failed, 97.94% okay. make: *** [test_dynamic] Error 29
Thank you in advance
Lance
Edited 2002-06-11 by mirod: changed title and fixed formating.
(very po'd) Editor's note: Lance, did you really preview this post before posting it? Your post was full of HTML crap, please look at Perl Monks Approved HTML tags and type your question in the box or at least use a proper text editor, it took me for ever to make sense of yor post! (I'll delete this note in a while, when I have calmed down ;--)
|
|---|