There is only one installation of PostGreSQL on this machine.
It is a 8.0 beta 1
This is running on a RedHat 8 box and the initial setup did not include any
database. I downloaded and installed PostGreSQL from source.
I noticed that all the directories under /usr/local/pgsql except "data" were
ow
"Sim Zacks" <[EMAIL PROTECTED]> writes:
> Here are the results of pgconfig and ldd. They both look correct.
> [EMAIL PROTECTED] /usr/local/pgsql/bin/pg_config --pkglibdir
> /usr/local/pgsql/lib
> [EMAIL PROTECTED] ldd /usr/local/pgsql/lib/utf8_and_iso8859.so
> libc.so.6 -> /lib/i686/libc.so.6
Here are the results of pgconfig and ldd. They both look correct. Do I need
a link to libc.so.6 in my pglib/lib directory? It isn't there on my other
machine and that is working fine.
[EMAIL PROTECTED] /usr/local/pgsql/bin/pg_config --pkglibdir
/usr/local/pgsql/lib
[EMAIL PROTECTED] ldd /usr/lo
"Sim Zacks" <[EMAIL PROTECTED]> 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?