"Sim Zacks" <sim(at)nospam(dot)com> writes:
> Error: Could not access file "$libdir/utf8_and_iso8859": No such file or
> directory. The file utf8_and_iso8859.so is in the /usr/local/pgsql/lib
> directory. Is there somewhere I have to assign the $libdir variable or is
> this something else completely?
It may be complaining about another shlib that that one depends on.
What does "ldd" say when you run it on utf8_and_iso8859.so?
Also, check "pg_config --pkglibdir" which is the definitive answer
as to what $libdir means.
regards, tom lane