Re: RPATH issue with libpq on Solaris 8 (gcc)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jason Testart <jatestart(at)cs(dot)uwaterloo(dot)ca>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: RPATH issue with libpq on Solaris 8 (gcc)
Date: 2007-11-03 18:00:28
Message-ID: 12348.1194112828@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jason Testart <jatestart(at)cs(dot)uwaterloo(dot)ca> writes:
> I'm building postgres-8.2.5 on Solaris 8 SPARC, using a gcc built (not
> by me) for our environment. We have an old home-grown software
> distribution/configuration management system that arranges
> shared-objects and binaries are in non-standard places. So to find
> them, I use -L and -R in $(CFLAGS) and $(LFLAGS) to make sure
> dependencies (like krb5/ssl libraries) are found.

Try adjusting 'rpathdir' in src/Makefile.global (post-configure), instead.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-11-03 19:32:54 Re: RPATH issue with libpq on Solaris 8 (gcc)
Previous Message Tom Lane 2007-11-03 17:00:49 Re: Problems with missing OIDs