From: Yang Tj-A. <AT...@mo...> - 2002-03-07 13:44:48
|
Hi, there I got Expect-1.11 with IO-Stty-0.2,IO-Tty-0.92_02 to compiled and packaged on my solaris 2.6 box and it pass the "perl test.pl". But when I install these packages on solaris 8 and run perl test.pl again, it failed as shown below 1..7 ok 1 ok 2 ok 3 ok 4 not ok 5 # Failed test 5 in test.pl at line 50 ok 6 ok 7 test 5 is a test on getting eof from a process, should I concern about this failing test ? my program seems working fine so far. I am writing web page password changer using expect.pm. please help and I will make up a easy one for inclusion in faq or examples section.(if others think my example is good enough to be included). Thanks tj Install machine solaris 8 information ----------------------------------------------------------------- test> perl -v This is perl, version 5.005_02 built for sun4-solaris Copyright 1987-1998, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. test> uname -a SunOS tango 5.8 Generic_108528-06 sun4u sparc SUNW,UltraAX-i2 test> Compile machine information ---------------------------------------------------------------- root> uname -a SunOS bingo 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-5_10 root> perl -v This is perl, version 5.005_02 built for sun4-solaris Copyright 1987-1998, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. root> CC -V CC: WorkShop Compilers 5.0 98/12/15 C++ 5.0 root> gcc -v Reading specs from /opt/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/specs gcc version 2.8.1 root> -- T.J. Yang |