Re: Compiling problem on Solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: SAKAI Kiyotaka <ksakai(at)isr(dot)co(dot)jp>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Compiling problem on Solaris
Date: 2006-12-15 03:19:56
Message-ID: 1003.1166152796@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

SAKAI Kiyotaka <ksakai(at)isr(dot)co(dot)jp> writes:
> I think the following patch is needed, so that LD_RUN_PATH is also
> passed to -R option.

Hmm ... this puts the build-time LD_RUN_PATH into the executables, which
doesn't seem very appropriate --- rpathdir is the correct thing IMHO.
Also, what happens if LD_RUN_PATH isn't set at all ... don't you end up
with incorrect syntax for the rpath option?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message CN Liou 2006-12-15 04:36:24 BUG #2827: AV occurs to libpq with newer versions of wine
Previous Message martin.pihlak 2006-12-14 22:07:36 BUG #2826: Segfault on prepared statement after changing column type