Home
The Toolkit for Online Communities
15936 Community Members, 0 members online, 2402 visitors today
Log In Register

Forum OpenACS Q&A: undefined symbol: pg_encoding_to_char

OpenACS Home : Forums : OpenACS Q&A : undefined symbol: pg_encoding_to_char

Icon of Envelope Request notifications

+
Posted by Jose Leviaguirre on

Hi all, I am trying to test my postgres instalation but an undefined symbol error scares me to heck when it comes from running the command:

$create mydb
br> /usr/bin/psql: error in loading shared libraries: /usr/bin/psql: undefined symbol: pg_encoding_to_char createdb:database creation failed.


Thanks for your feedback.
+
Posted by Don Baccus on
I assume you mean "createdb" not "create"?

Something's wrong with your installation.  As to what is wrong, without knowing

1. the version you installed

2. how you installed it (RPMs and if so from where, or the source and if so from where)

we can't really help you.