Re: install locale.

Started by Tatsuo Ishiialmost 25 years ago1 messages
#1Tatsuo Ishii
t-ishii@sra.co.jp

From: Maneerat Sappaso <sc404885@bucc3.buu.ac.th>
Subject: install locale.
Date: Fri, 19 Jan 2001 17:40:56 -0700 (GMT)
Message-ID: <Pine.SOL.4.10.10101191734190.3829-100000@bucc3.buu.ac.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)

Show quoted text

gmake
gmake install

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