Re: [GENERAL] ISO_8859_8 encoding

2005-01-03 Thread Sim Zacks
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

Re: [GENERAL] ISO_8859_8 encoding

2004-12-30 Thread Tom Lane
"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

Re: [GENERAL] ISO_8859_8 encoding

2004-12-30 Thread Sim Zacks
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

Re: [GENERAL] ISO_8859_8 encoding

2004-12-24 Thread Tom Lane
"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?