On 11/7/02 at 13:57, [EMAIL PROTECTED] wrote:
> Hi there
>
> I installed perl 5.6.1 on one of my Macs running OSX via CPAN,
> using the following method -
>
> localhost% sudo perl -MCPAN -e shell
> cpan> get G/GS/GSAR/perl-5.6.1.tar.gz
> cpan> look G/GS/GSAR/perl-5.6.1.tar.gz
> localhost% perl -i.bak -p -e 's|Local/Library|Library|g'
> hints/darwin.sh
> localhost% sh Configure -des -Dfirstmakefile=GNUmakefile
> -Dldflags="-flat_namespace"
> localhost% make
> localhost% make test
> localhost% mv INSTALL INSTALL.txt ; make install
>
> but I got the following error cascade when I ran "make test"-
>
> perl: warning : Please check that your locale settings:
> LC_ALL = (unset),
> LANG = "en_US"]
> are supported and installed on your system
> perl: warning : Falling back to the standard locale ("C")
> perl: warning : setting locale failed.
>From a brief glimpse at the Camel, it seems to be concerned with POSIX-style
>character classes.
See Chap. 5 ``Pattern Matching"
HTH,
Regards,
Phil.