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/local/pgsql/lib/utf8_and_iso8859.so libc.so.6 -> /lib/i686/libc.so.6 /lib/ld-linux.so.2 -> /lib/ld-linux.so.2 [EMAIL PROTECTED] locate libc.so.6 /var/ftp/lib/libc.so.6 /lib/i686/libc.so.6 /lib/libc.so.6 [EMAIL PROTECTED] locate ld-linux.so.2 /var/ftp/lib/ld-linux.so.2 /lib/ld-linux.so.2 "Tom Lane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "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? > > 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 > > ---------------------------(end of broadcast)--------------------------- > TIP 8: explain analyze is your friend > ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly