Re: $libdir and 8.0

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: Paul Ramsey <pramsey(at)refractions(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: $libdir and 8.0
Date: 2004-08-19 04:12:03
Message-ID: 200408190412.i7J4C3j19028@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim GUNDUZ wrote:
>
> Hi,
>
> On Wed, 18 Aug 2004, Paul Ramsey wrote:
>
> > When installing PgSQL into a non-standard location (like /opt/foo) the
> > configure script decides to install all the contrib libraries and
> > plpglsq into /opt/foo/lib/postgresql. This would be fine, except that
> > backend does not recognize this directory as a place to be searched for
> > $libdir (perhaps it is referencing the $libdir macro instead of the
> > $pkglibdir macro?). So tools like 'createlang' fail, and loading .sql
> > files that reference things like $libdir/libfoo.so also fail.
>
> I'm not sure but if you add /opt/foo/lib/postgresql to /etc/ld.so.conf and
> run ldconfig, it might work.

I checked in the code and $libdir should expand to $(pkglibdir) as
determined by configure. What value to you show for that in
your Makefile.global?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrej Czapszys 2004-08-19 04:18:28 Re: PGPASSWORD and client tools
Previous Message Christopher Kings-Lynne 2004-08-19 04:08:38 Re: contrib/earthdistance is empty in 7.3.7