Re: Configuration Question

From: Terry Lee Tucker <terry(at)chosen-ones(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Configuration Question
Date: 2009-08-18 13:48:05
Message-ID: 200908180948.05941.terry@chosen-ones.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 18 August 2009 09:28, Martin Gainty wrote:
> v8.3 FAQ_Solaris
>
> To point it to the right location, set the
> LD_LIBRARY_PATH environment variable, e.g.,
>
> LD_LIBRARY_PATH=/usr/sfw/lib:/opt/sfw/lib:/usr/local/lib
> export LD_LIBRARY_PATH
>
> and restart configure. You will also have to keep this setting whenever
> you run any of the installed PostgreSQL programs. Alternatively, set
> the environment variable LD_RUN_PATH. See the ld(1) man page for more
> information.
>
> either LD_LIBRARY_PATH or LD_RUN_PATH should contain binary folder
> Martin Gainty
>

OK. Thanks for the help. I'll give this a try.

> > From: terry(at)chosen-ones(dot)org
> > To: pgsql-general(at)postgresql(dot)org
> > Subject: [GENERAL] Configuration Question
> > Date: Tue, 18 Aug 2009 06:32:25 -0400
> >
> > Greetings:
> >
> > Is there a way to get hold of an environment variable such that it can be
> > referenced in postgresql.conf? In particular, I'd like to be able to
> > point dynamic_library_path to an environment variable defined at the
> > system level as in dynamic_library_path = '$SOURCE:$libdir'.
> >
> > master=# select version();
> > version
> > -------------------------------------------------------------------------
> >------------------------------- PostgreSQL 8.3.3 on i686-redhat-linux-gnu,
> > compiled by GCC gcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-14)
> >
> > TIA
> > --
> >
> > --
> > Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> > To make changes to your subscription:
> > http://www.postgresql.org/mailpref/pgsql-general
>
> _________________________________________________________________
> Windows Live: Keep your friends up to date with what you do online.
> http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:O
>N:WL:en-US:SI_SB_online:082009

--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-08-18 14:20:24 Re: Configuration Question
Previous Message Martin Gainty 2009-08-18 13:28:49 Re: Configuration Question