Forum OpenACS Q&A: undefined symbol: pg_encoding_to_char


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.
Collapse
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.