Hello, I've tried to install the latest 9.0Beta (Fedora12, pgdg repository), but with no success. "initdb" returns with an error described below. ======================================================== blub#> yum list postgres* Loaded plugins: refresh-packagekit Installed Packages postgresql.i386 9.0-alpha4_1PGDG.fc12 @pgdg90 postgresql-docs.i386 9.0-alpha4_1PGDG.fc12 @pgdg90 postgresql-libs.i386 9.0-alpha4_1PGDG.fc12 @pgdg90 postgresql-server.i386 9.0-alpha4_1PGDG.fc12 @pgdg90 blub#> /etc/init.d/postgresql-9.0 initdb Initializing database: [FAILED] blub#> cat /var/lib/pgsql/9.0/pgstartup.log The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale en_US.UTF-8. The default database encoding has accordingly been set to UTF8. The default text search configuration will be set to "english". fixing permissions on existing directory /var/lib/pgsql/9.0/data ... ok creating subdirectories ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 28MB creating configuration files ... ok creating template1 database in /var/lib/pgsql/9.0/data/base/1 ... ok initializing pg_authid ... ok initializing dependencies ... ok creating system views ... ok loading system objects' descriptions ... ok creating conversions ... FATAL: could not access file "$libdir/euc2004_sjis2004": No such file or directory STATEMENT: CREATE OR REPLACE FUNCTION euc_jis_2004_to_shift_jis_2004 (INTEGER, INTEGER, CSTRING, INTERNAL, INTEGER) RETURNS VOID AS '$libdir/euc2004_sjis2004', 'euc_jis_2004_to_shift_jis_2004' LANGUAGE C STRICT; child process exited with exit code 1 initdb: removing contents of data directory "/var/lib/pgsql/9.0/data" ====================================================== Where should the file "euc2004..." with this function "euc..." come from ..? thanks in advance....GERD..... -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general