ProgreSQL Database with QNX6

Hi, all

When i try to create postgresql database with qnx6, I use “createdb -D
databasename” then,

I got error massage:

unknow symbol: wcwidth, and
Could not resolvo all symbols

Anybody can give me help

thanks

When you built postgresql, one of the shared libs made reference to
wcwidth which doesn’t exist in our libc. A possible solution would be
to grep out the usages of wcwidth in the postgres source and eliminate
them somehow. Another (probably better) option is to implement
something like wcwidth() (see
http://www.freebsd.org/cgi/man.cgi?query=wcwidth&apropos=0&sektion=0&manpath=FreeBSD+5.2-RELEASE+and+Ports&format=html
for example) and put it in the code yourself.

cheers,

Kris

NDT Technologies Inc. wrote:

Hi, all

When i try to create postgresql database with qnx6, I use “createdb -D
databasename” then,

I got error massage:

unknow symbol: wcwidth, and
Could not resolvo all symbols

Anybody can give me help

thanks