From: Maneerat Sappaso <[EMAIL PROTECTED]>
Subject: install locale.
Date: Fri, 19 Jan 2001 17:40:56 -0700 (GMT)
Message-ID: <[EMAIL PROTECTED]>

>       
>       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?

Reply via email to