http://qs1969.pair.com?node_id=347448


in reply to Can't install DBD::mysql on redhat 9

Looks like the LANG problem on RedHat 9. Setting LANG=C should fix the problem.

Some links related to your specific problem: The problem and The response

More general information on RedHat 9's problems with LANG and Perl module installation. Here and on Perl 5 porters

  • Comment on Re: Can't install DBD::mysql on redhat 9

Replies are listed 'Best First'.
Re: Re: Can't install DBD::mysql on redhat 9
by Anonymous Monk on Apr 22, 2004 at 18:52 UTC
    That did the trick! Thanks much!