Hi Sterin,
Thanks for your help but then I have used the same binaries and works on the test box but does not work on the production box. So the compiler is the same and the PERL is the same Cheers Arun "Sterin, Ilya" <[EMAIL PROTECTED]> on 04/15/2002 03:06:53 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: RE: Help Needed : Sun not willing to help It is a compiler issue. Perl which comes with sunfreeware is compiled using the Sun CC compiler. You have gcc, before you can compile modules with GCC for Perl, you have to recompile your perl with gcc. Ilya > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 12:55 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Help Needed : Sun not willing to help > > > > > Hi Tim, > > Everytime I have posted a problem I get the reply to check if > I am using the same compiler. Here is something to prove I > have not done anything wrong. > > I got the perl compiled version from sunfreeware > I got the gcc compiled version from sunfreeware > > I have used these two on a test box and the make test of DBI > works perfectly allright. > > I did the same exactly the same on the production box but it > fails with the following messages. I have just been unable to > figure out. Is there any help I will get or should I forget > about it, because SUN is not willing to help me on this The > error is as follows > > cp Changes blib/lib/DBI/Changes.pm > PERL_DL_NONLAZY=1 /usr/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; runtests @ARGV;' t/*.t > t/basics............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > t/dbidrv............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > t/examp.............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > DIED. FAILED tests 2-201 > Failed 200/201 tests, 0.50% okay t/meta..............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > t/preparse..........dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > t/proxy.............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > t/shell.............ok 1/3Use of uninitialized value in pattern match > (m//) at /usr/local/lib/perl5/5.6.1/Term/Cap.pm line 284. > Use of uninitialized value in pattern match (m//) at > /usr/local/lib/perl5/5.6.1/Term/Cap.pm line 284. > t/shell.............dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > t/subclass..........dubious > Test returned status 0 (wstat 139, 0x8b) > test program seems to have generated a core > after all the subtests completed successfully > Failed Test Status Wstat Total Fail Failed List of Failed > -------------------------------------------------------------- > ------------------ > > > t/basics.t 0 139 36 0 0.00% ?? > t/dbidrv.t 0 139 17 0 0.00% ?? > t/examp.t 0 139 201 200 99.50% 2-201 > t/meta.t 0 139 6 0 0.00% ?? > t/preparse.t 0 139 23 0 0.00% ?? > t/proxy.t 0 139 ?? ?? % ?? > t/shell.t 0 139 3 0 0.00% ?? > t/subclass.t 0 139 15 0 0.00% ?? > Failed 8/8 test scripts, 0.00% okay. 200/301 subtests failed, > 33.55% okay. > make: *** [test_dynamic] Error 2 > > > > Awaiting ur reply. > > Thanks > Regards > Arun > > > >
