Hi all,
I have had no end of problems trying to install modules with the standard
mdk perl installs...
I got them to make and install now,, and here is how I did it in case
someone else whats to know..
I downloaded the source for perl 5.6.1 from cpan, then opened it on my
windows box,
I copied the files perl.h and config.h into
/usr/lib/perl5/5.6.1/i386-linux/CORE
just those two files worked for most things,,, I have since uploaded all
the src from the root directory that opening the tar file created.... just
in case... I have a big hard disk and it can't hurt can it..
>From there, I then sucessfully installed several modules with no hassles at
all. (except the locale error...)
This one however I could use some help on...
I would really love to know what this means, it doesn't seem to effect
anything, but its driving me nuts...
[root@mail Archive-Zip-0.11]# make
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_CTYPE = "en_US",
LC_COLLATE = "en_US",
LC_TIME = "en_US",
LC_MESSAGES = "en_US",
LC_MONETARY = "en_US",
LC_NUMERIC = "en_US",
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
regards
Frank