From: | "Pankaj Srinivasan" <pankaj(at)rttsindia(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #2896: Dynamic loading |
Date: | 2007-01-16 06:25:22 |
Message-ID: | 200701160625.l0G6PMIR057090@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: 2896
Logged by: Pankaj Srinivasan
Email address: pankaj(at)rttsindia(dot)com
PostgreSQL version: 8.2.0
Operating system: LynxOS
Description: Dynamic loading
Details:
I have been able to install PostgresSQL 8.2.0 on LynxOS. But when I run the
inidb command as:
/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
It says:
fixing permissions................ok
creating subdirectories...............ok
selecting default max_connections...........100
selecting default shared_buffers/max_fsm_pages........32MB/204800
creating configuration files....ok
creating template1 database.........ok
initializing pg_authid.....ok
initializing dependencies........ok
creating system views...ok
loading system objects's dependencies...ok
creating conversions....FATAL: dynamic load not supported
STATEMENT: CREATE OR REPLACE FUNCTION...............
could not write to child process: Broken pipe
initdb: removing contents of data directory: /usr/local/pgsql/data
Please let us know the cause of the error.
From | Date | Subject | |
---|---|---|---|
Next Message | Pankaj | 2007-01-16 07:12:47 | BUG #2898: dynamic load support |
Previous Message | James Russell | 2007-01-16 06:16:22 | BUG #2895: Private Use Unicode character crashes server when using ILIKE |