|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: make test fail - fix
Date: Aug 23 2002 4:56PM
The LANG env variable issue is a known problem on Linux - see the Sybase
on Linux FAQ at http://www.mbay.net/~mpeppler/linux.html.
As for make install - it should have worked...
Michael
On Thu, 2002-08-22 at 09:53, Ronan O'Ciosoig wrote:
> Yep this helped all right.
>
> path_user>printenv LANG
> en_IE@euro
>
>
> then put into locales.dat under Linux
> locale = en_IE@euro, us_english, iso_1
>
> unfortunately.... the "make install" for sybperl didn't actually install
> anything, so I manually installed all the files under blib into the perl
> tree by comparing with an install on another machine. Too quite a while
> but worked eventually.
>
> is there an easier way to do this?
>
> On Wednesday, August 21, 2002, at 07:22 PM, JamesRanson@aol.com wrote:
>
> > Ronan,
> >
> > Chances are, your $LANG environment variable is not in the sybase
> > language file. Do an 'env' to check your $LANG, then check
> > /opt/$SYBASE/locales/locales.dat under the [linux] section. If your
> > $LANG is not there, add it.
> >
> > Example, in the US, the default $LANG entry for Linux is:
> > en_US.iso885915. So in the locales.dat, I had to add the following line:
> >
> > locale = en_US.iso885915, us_english, iso_1
> >
> > Once I did that, the problem with the make test failing at that point
> > cleared up.
> >
> > ~James
> >
--
Michael Peppler / mpeppler@peppler.org / http://www.mbay.net/~mpeppler
mpeppler@zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!
|