| From: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
| Subject: | Re: Missing plpgsql.o Symbols on OS X |
| Date: | 2014-08-28 17:56:21 |
| Message-ID: | E29677E0-0F98-4A24-B748-7D6A4956BFAF@justatheory.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Aug 27, 2014, at 4:20 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Yeah, but plpgsql.so is mentioned nowhere on your command line.
>
> I'm not too sure about the dynamic-linking rules on OS X, but I'd not be
> surprised if you need to provide a reference to plpgsql.so in its final
> installed location (ie, a reference to it in the build tree may appear to
> link and then fail at runtime).
Ah. Is there a recommended way to do that in a PGXS-powered Makefile?
Thanks,
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fabien COELHO | 2014-08-28 18:04:06 | Re: postgresql latency & bgwriter not doing its job |
| Previous Message | David E. Wheeler | 2014-08-28 17:54:52 | Re: Missing plpgsql.o Symbols on OS X |