Re: install locale.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: install locale.
Дата
Msg-id 20010119231917C.t-ishii@sra.co.jp
обсуждение исходный текст
Список pgsql-hackers
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)

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Trond Kjernaasen
Дата:
Сообщение: Problems with BLOBs under Windows?
Следующее
От: Sinuhé Arroyo
Дата:
Сообщение: select within a fucntion