Re: OS X library path issues for libpq (ver 8.3) - Mailing list pgsql-general

From Dave Page
Subject Re: OS X library path issues for libpq (ver 8.3)
Date
Msg-id 937d27e10809090629l155199bfoae9649892bf7e620@mail.gmail.com
Whole thread Raw
In response to Re: OS X library path issues for libpq (ver 8.3)  ("Benjamin Reed" <rangerrick@gmail.com>)
List pgsql-general
On Tue, Sep 9, 2008 at 2:23 PM, Benjamin Reed <rangerrick@gmail.com> wrote:
> On Tue, Sep 9, 2008 at 3:46 AM, Dave Page <dpage@pgadmin.org> wrote:
>
>> I'll look at a solution for the installer - it'll probably have to be
>> the symlink unless anyone else has a better idea...
>
> Another option would be to create them as actual frameworks; instead
> of libpq you'd have /Library/Frameworks/pq.framework (and all the
> files/directories as required) and then people could compile with
> "-framework pq" and the OSX linker would do the write thing without
> having to dirty a system library path (/usr/lib) with symlinks.

Agreed, though I think that's something that should be handled by the
PostgreSQL build system. Plus, I doubt it would be directly supported
by many apps for some time - pgAdmin certainly wouldn't like it, nor
would Slony.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgsql-general by date:

Previous
From: "Benjamin Reed"
Date:
Subject: Re: OS X library path issues for libpq (ver 8.3)
Next
From: "Markova, Nina"
Date:
Subject: Re: Postgres in a solaris zone - patch 125077-02 needed