Обсуждение: Still having some install problems.

Поиск
Список
Период
Сортировка

Still having some install problems.

От
Wayne Ward
Дата:
Hello,
I have run the regression test with it failing ever time with an error.
The install document said to put "/usr/local/pgsql/lib" In one of two
places. Either in LD_LIBRARY_PATH or /etc/ld.so.conf. I put it
in both and ran ldconfig. I reran the regress test again. I did "make
clean all"
followed by "make runtest". When I look at the file "regress.out" I
still
see the same error.
  "/usr/bin/psql": error while loading share library: /usr/bin/psql"
undefined symbol pg_encoding_to_char
Realizing this path was different than what the document said, I put
this path in /"etc/ld.so.conf" and
ran ldconfig.  I'm still getting this error. What do I have to do to
solve this?
TIA
Wayne


Re: Still having some install problems.

От
Tom Lane
Дата:
Wayne Ward <infotechsys@pivot.net> writes:
>   "/usr/bin/psql": error while loading share library: /usr/bin/psql"
> undefined symbol pg_encoding_to_char

Looks you are trying to run a multibyte-enabled psql with a
non-multibyte-enabled libpq.

            regards, tom lane