Re: DbLink Compilation on Solaris 10

From: lighthouse(dot)software(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: DbLink Compilation on Solaris 10
Date: 2008-09-17 00:01:23
Message-ID: 16f430a1-8906-42d9-8127-3d94e33d2b7b@w1g2000prk.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sep 16, 10:51 pm, t(dot)(dot)(dot)(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) wrote:
> lighthouse(dot)softw(dot)(dot)(dot)(at)gmail(dot)com writes:
> > + psql:dblink.sql:11: ERROR:  could not load library "/apps/postgresql/
> > lib/dblink.so": ld.so.1: postgre
> > s: fatal: relocation error: file /apps/postgresql/lib/dblink.so:
> > symbol PG_GETARG_TEXT_PP: referenced symbol not found
> > I am running postgresql version 8.2.4 with the latest dblink source.
>
> Try using the 8.2 dblink sources, instead.  You seem to be trying to
> use 8.3 dblink code in an 8.2 installation, and it won't work.
>
>                         regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-gene(dot)(dot)(dot)(at)postgresql(dot)org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-general

Thanks Tom,

I replaced the source with the version from 8.2 and it worked.

I tried the latest source as I could not get the code to compile using
make, I later realized that I need to use gmake. However I did not put
the old source back.

Simon

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2008-09-17 05:59:29 Re: PITR and base + full backups
Previous Message Andrew Sullivan 2008-09-16 21:04:19 Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?