Re: [htmltmpl] Re: Html-template-users digest, Vol 1 #468 - 3 msgs
Brought to you by:
samtregar
From: Mathew R. <mat...@re...> - 2004-11-28 22:27:16
|
> > Are you perhaps unfortunate enough to be using RedHat 8 or 9 and > > Perl 5.8.0, which broke the localisation support quite badly? If > > so, consider a Perl version upgrade. >=20 > The perl version is 5.005_03, I am not sure about the linux = distrubution. I am on a shared=20 > hosting environment though, so it would not be possible for me to = upgrade the system... If you are in a shared environment, just install Perl in your home = directory, then set your PATH and PERL5LIB environmental variables to = this new path. For what its worth, Perl 5.8.x is so much better at handling = multi-lingual text (than previous versions) that you will most likely = bang your head against a brick wall, trying to get earlier versions of = Perl to work as expected. Also, 5.005_03 is a very old version... probably the system default = Perl which is used for boot scripts, etc... this usually means that = there will be another version of Perl installed on the machine... this = scenario is often done on FreeBSD machines. regards, Mathew |