Hi,
i try to install postgresql server on my c-200
i use telnet or ssh to be connected to my pch
Code:
adduser postgres
opkg install postgresql-server-9.0
mkdir /share/Apps/local/pgdata
chown postgres:postgres /share/Apps/local/pgdata
su - postgres
initdb start -D /share/Apps/local/pgdata/
and I Receive :
Code:
[postgres@PCH-C200 ~]$ initdb start -D /share/Apps/local/pgdata/
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 C.
The default database encoding has accordingly been set to SQL_ASCII.
The default text search configuration will be set to "english".
creating directory start ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 28MB
creating configuration files ... ok
creating template1 database in start/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... FATAL: dynamic load not supported
STATEMENT: CREATE OR REPLACE FUNCTION ascii_to_mic (INTEGER, INTEGER, CSTRING, INTERNAL, INTEGER) RETURNS VOID AS '$libdir/ascii_and_mic', 'ascii_to_mic' LANGUAGE C STRICT;
child process exited with exit code 1
initdb: removing data directory "start"
[postgres@PCH-C200 ~]$
Does Anyone has an idea to help me ?
For mysql, I've got also problems...