EUC_JP multibyte support

Started by Dorward Villaruzover 23 years ago1 messagesgeneral
Jump to latest
#1Dorward Villaruz
dorwardv@ntsp.nec.co.jp

i currently have a running postgresql7.2.1 with no multibyte support. is it possible to enable the multibyte support without reconfiguring and possibly recompiling postgres?

i already tried to change line 61 as specified in the document MULTIBYTE=EUC_JP

but when i tried initdb it fails with the following error:

ld.so.1: ./pg_encoding: fatal: relocation error: file ./pg_encoding: symbol pg_char_to_encoding: referenced symbol not found
initdb: pg_encoding failed

Perhaps you did not configure PostgreSQL for multibyte support or
the program was not successfully installed.

can somebody help me with this one?