Hi.
I've just installed postgresql-8.3.1 from the source into my home
directory (--prefix=$HOME/usr/local/pgsql). This is on a shared GNU/
Linux (Debian) devserver, and I do not have / want root priviliges.
I've successfully inited the data directory and started postmaster
(bound to localhost:5432), but I cannot create users or databases due
to "undefined symbols".
$ ./bin/createuser -s ike
../bin/createuser: symbol lookup error: ./bin/createuser: undefined
symbol: PQconnectionNeedsPassword
From what I read here:
->
http://groups.google.com/group/pgsql.hackers/browse_thread/thread/fa593a65b143bd4b
... this is a problem with the shared library path.
If someone could help me fix this, I'd be very grateful.
Best regards,
-i