BUG #2719: configure script does not accept --enable-locale --enable-multibyte=UNICODE options

From: "Mareks Malnacs" <mareksm(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2719: configure script does not accept --enable-locale --enable-multibyte=UNICODE options
Date: 2006-10-24 20:53:07
Message-ID: 200610242053.k9OKr7s0079606@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2719
Logged by: Mareks Malnacs
Email address: mareksm(at)gmail(dot)com
PostgreSQL version: 8.2 beta 2
Operating system: macos x and solaris x86
Description: configure script does not accept --enable-locale
--enable-multibyte=UNICODE options
Details:

I've downloaded 8.2 beta 2 from
http://www.postgresql.org/ftp/source/v8.2beta2/ (from 24.10.2006) and now
configure script forbids me to use following options:

--enable-locale --enable-multibyte=UNICODE --enable-odbc --with-java
--enable-unicode-conversion

From which w/o --enable-multibyte I can't use unicode (utf8) while creating
new database installation:

initdb -E UNICODE -A password -W

This command says that it will use C encoding instead of specified UNICODE,
which later on results in not usable database with a lot of localized
strings.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2006-10-24 21:11:07 Re: BUG #2701: PQserverVersion function missing
Previous Message Andrus Moor 2006-10-24 18:10:38 BUG #2718: Failed to run initdb, log file does not exist