Re: Compiling problem on Solaris - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Compiling problem on Solaris
Date
Msg-id 1003.1166152796@sss.pgh.pa.us
Whole thread Raw
In response to Compiling problem on Solaris  (SAKAI Kiyotaka <ksakai@isr.co.jp>)
List pgsql-bugs
SAKAI Kiyotaka <ksakai@isr.co.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

pgsql-bugs by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Compiling problem on Solaris
Next
From: ""
Date:
Subject: BUG #2826: Segfault on prepared statement after changing column type