Re: PostgreSQL 7.4RC2 compile faliure on Solaris - Mailing list pgsql-ports

From Tom Lane
Subject Re: PostgreSQL 7.4RC2 compile faliure on Solaris
Date
Msg-id 8646.1068650068@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 7.4RC2 compile faliure on Solaris  (Mark Round <mark@markround.com>)
Responses Re: PostgreSQL 7.4RC2 compile faliure on Solaris
List 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 by date:

Previous
From: Mark Round
Date:
Subject: PostgreSQL 7.4RC2 compile faliure on Solaris
Next
From: Mark Round
Date:
Subject: Re: PostgreSQL 7.4RC2 compile faliure on Solaris