On Thu, 30 Sep 2004, Kirti S. Bajwa wrote:
> Since posting this problem, there has been 4-5 good responses except each
> respondent has their own way of doing things. I am doing a fresh install of
> RH9 & mysql-4.0.21. After that I will install PERL. Since I am in the
> learning process, I do need the actual instructions. From what I can figure
> out, I have to include "LANG" in my instructios to install PERL. I have
> concluded that the following should be the sequence of instructions:
>
If you are doing a fresh install of perl, you will probably not need to unset
LANG anymore as newer perls should be just fine (The probem you are running into
with LANG is a problem with the perl that ships with RH9).
>
Make sure that the mysql_config for the version of mysql that you installed and
not that one that comes with red hat before running the CPAN shell. You can
check this by doing a 'which mysql_config'.
> % perl -MCPAN -e shell
> Note: Answer "no" to auto-configure perl.
> cpan> LANG=C
^^^^^^^^^^^^^^
Don't need that; an even if you did it would be set before you ran the CPAN
shell 'unset LANG; perl -MCPAN -e shell'
Rudy