Re: install locale.

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: sc404885(at)bucc3(dot)buu(dot)ac(dot)th
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: install locale.
Date: 2001-01-19 14:19:17
Message-ID: 20010119231917C.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


From: Maneerat Sappaso <sc404885(at)bucc3(dot)buu(dot)ac(dot)th>
Subject: install locale.
Date: Fri, 19 Jan 2001 17:40:56 -0700 (GMT)
Message-ID: <Pine(dot)SOL(dot)4(dot)10(dot)10101191734190(dot)3829-100000(at)bucc3(dot)buu(dot)ac(dot)th>

>
> Deer sir,
>
> I found something wrong when I test program in
> /usr/src/test/locale/test-pgsql-locale.c
> It show "PostgreSQL copiled without locale support"
>
> My locale data are in /usr/share/locale/th_TH compose of
> LC_CTYPE
> LC_COLLATE
> LC_MONETARY
> LC_NUMERIC
> LC_TIME
>
> I install by step
> ./configure --enable-locale
> ./configure --with-perl
> ./configure --wiht-odbc
> ./configure --with-tcl
> ./configure --with-x

You should specify these options at once. i.e.:

./configure --enable-locale --with-perl --wiht-odbc --with-tcl
(I don't think you need --with-x at all)

> gmake
> gmake install
>
> My OS is Linux(develop from slackware kernel 2.2.12).
> What is the mistake?

Browse pgsql-hackers by date

  From Date Subject
Next Message Sinuhé Arroyo 2001-01-19 14:26:53 select within a fucntion
Previous Message Trond Kjernaasen 2001-01-19 12:58:26 Problems with BLOBs under Windows?