** Reply to message from "Kade P. Cole" <kcole@xxxxxxxxx> on Tue, 08 Apr 2003 12:45:44 -0700 (PDT) > Anyone having problems with installing Perl Modules. I am > having a lot of problems getting them to compile and > install. I have tried using CPAN and downloading the > source. Either way they fail. Most fail complaining about > the Makefile being wrong. Any help or suggestions? Yep. Known issue. All due to Unicode. You have a couple of choices but the easiest one is to edit your /etc/sysconfig/i18n to the following: LANG="en_US.en" SUPPORTED="en_US.en" SYSFONT="latarcyrheb-sun16" LC_COLLATE="C" and then try it again. Should work. jb