$libdir and 8.0

From: Paul Ramsey <pramsey(at)refractions(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: $libdir and 8.0
Date: 2004-08-19 03:55:28
Message-ID: 412424B0.9070403@refractions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Short bug report:

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.

Paul

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Devrim GUNDUZ 2004-08-19 03:57:01 contrib/earthdistance is empty in 7.3.7
Previous Message Bruce Momjian 2004-08-19 02:45:42 Re: 7.4.3 & 8.0.0beta1 + Solaris 9: default pg_hba.conf breaks