From: | "Michael B(dot) Babakov" <M(dot)Babakov(at)sochi(dot)net(dot)ru> |
---|---|
To: | khalid Gaffar <khalid_faza(at)hotmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | RE: |
Date: | 2000-12-20 19:42:32 |
Message-ID: | XFMail.001220224232.M.Babakov@sochi.net.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 20-Dec-00 khalid Gaffar wrote:
> During the installation of PostgreSQL , I execute the initdb command using
> the postgres user account. I get the following error message:
>
> pg_encoding: error in loading shared libraries: pg_encoding: undefined
> symbol: pg_char_to_encoding
How you make initdb? With `-E` option?
If you use `-E` - don't use this option. If need encoding - read
doc/README.mb.
I'm use next shell script for configure:
=== postgres_conf.sh ===
#!/bin/sh
./configure --with-perl --with-odbc \
--with-tcl --with-tclconfig=/usr/local/lib/tcl8.3 \
--with-tkconfig=/usr/local/lib/tk8.3 \
--with-includes=/usr/local/include/tk8.3 \
!!!>>> --enable-locale --enable-multibyte=KOI8 \
--with-CC=gcc --with-CXX=gcc
=== postgres_conf.sh ===
(need remove symbols "!!!>>>" !)
Rebuild and reinstall PostgreSQL.
Good luck,
Michael
---
e-mail: M(dot)Babakov(at)sochi(dot)net(dot)ru
http://sochi.net.ru/~mike (rus)
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2000-12-20 22:40:03 | Re: Re: Restore template1 |
Previous Message | Marc SCHAEFER | 2000-12-20 19:04:50 | Re: Re: [ADMIN] Help me for "DBI->connect failed: Sorry, too many clients already." |