Re: ISO_8859_8 encoding
От
Tom Lane
Тема
Re: ISO_8859_8 encoding
Дата
Msg-id
7946.1103898819@sss.pgh.pa.us
Ответ на
ISO_8859_8 encoding (Sim Zacks)
Список
Дерево обсуждения
Re: ISO_8859_8 encoding "Sim Zacks" <sim@nospam.com>
"Sim Zacks" 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
В списке pgsql-general по дате отправления