Re: PostgreSQL 7.4RC2 compile faliure on Solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 7.4RC2 compile faliure on Solaris
Дата
Msg-id 8646.1068650068@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 7.4RC2 compile faliure on Solaris  (Mark Round <mark@markround.com>)
Ответы Re: PostgreSQL 7.4RC2 compile faliure on Solaris
Список pgsql-ports
Mark Round <mark@markround.com> writes:
> I am having trouble building PostgreSQL 7.4RC2 on Solaris.

> Undefined                       first referenced
> symbol                             in file
> PQparameterStatus                   pg_backup_db.o

It looks like the linker is trying to link pg_dump to an old (7.3 or
before) version of libpq --- presumably one that you already have
installed somewhere.  Perhaps you have some environment setting
that is forcing the linker to look in system directories before it
looks in the intended place in the build tree?  I dunno anything about
linker search rules on Solaris ...

If worst comes to worst you could probably go ahead and install the
already-made libpq.so (see src/interfaces/libpq), but I'm sure there
is a cleaner way.

            regards, tom lane

В списке pgsql-ports по дате отправления:

Предыдущее
От: Mark Round
Дата:
Сообщение: PostgreSQL 7.4RC2 compile faliure on Solaris
Следующее
От: Mark Round
Дата:
Сообщение: Re: PostgreSQL 7.4RC2 compile faliure on Solaris