| From: | Yury Bokhoncovich <byg(at)center-f1(dot)ru> |
|---|---|
| To: | phil young <pyoung(at)savin-nsd(dot)com> |
| Cc: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: rpm with locale enabled |
| Date: | 2002-09-20 10:13:31 |
| Message-ID: | Pine.LNX.4.33.0209201711140.14995-100000@panda.center-f1.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, 19 Sep 2002, phil young wrote:
> Does anyone know of a pgsql 7.2.2 rpm that has locale enabled?
me.:)
it's easy:
get any pg.src.rpm
rpm -i pg.src.rpm
sed -e "s/configure/configure --enable-locale/"
(or, for Russians "s/configure/configure --enable-locale --enable-recode/")
rpm -bb --target yourtargethost(e.g.i686-pc-linux)
have fun!:)
--
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: byg(at)center-f1(dot)ru(dot)
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2002-09-20 10:42:44 | Re: BYTEA |
| Previous Message | Yury Bokhoncovich | 2002-09-20 10:10:57 | Re: missed features and unhappy changes when pg 7.1->7.2 |