> ----- Forwarded message from Brant Winter <[EMAIL PROTECTED]> -----
> 
> Tim - I am having huge issues installing DBI on a Linux RedHat8.0
> server. I need it as a dependency for PerlDesk. Without it I cannot go
> any further. I am looking at some issues raised with you in the
> following forum, but I cant find where it was ever resolved.
>  
> http://archive.develooper.com/[EMAIL PROTECTED]/msg17070.html
>  
> My problem seems to be similar with the tests failing on the
> t/40profile.t test. Any help would be appreciated. Below is the log form
> the DBI install.

I think it's unrelated to that one.

> t/40profile............ok 14/57# Failed test 20 in t/40profile.t at line
> 93
> # Failed test 23 in t/40profile.t at line 97
> # Failed test 28 in t/40profile.t at line 102
> # Failed test 29 in t/40profile.t at line 103
> t/40profile............FAILED tests 20, 23, 28-29
>         Failed 4/57 tests, 92.98% okay

Please send me (just me) the output of:

        perl -Mblib t/40profile.t
and
        perl -V

Thanks.

> t/zz_10examp_pp........ok 3/245Malformed UTF-8 character (unexpected
> continuation byte 0xbb, with no preceding start byte) in bitwise and (&)
> at blib/lib/DBI/PurePerl.pm line 482.

That may be tripping over utf8 bugs in Perl 5.8.0. Try running with the
LC_ALL env var set to C. Also try using the current(?) development snapshot
of perl 5.8.1 at http://www.iki.fi/jhi/[EMAIL PROTECTED]

Please let me know how much either/both help. Thanks.

Tim.

Reply via email to