Re: Re: [PATCHES] Makefile.PL for Pg.so

From: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Larry Rosenman <ler(at)lerctr(dot)org>, PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Re: [PATCHES] Makefile.PL for Pg.so
Date: 2001-08-26 18:46:54
Message-ID: xuypu9ifyld.fsf@halden.devel.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:

> On Saturday 25 August 2001 19:18, Peter Eisentraut wrote:
> > AFAICT, Pg.so does get the runpath set correctly. Are you saying it
> > doesn't work on your system or do you want to get rid of the
> > recompilation during installation?
>
> Pg.so does not get the proper RPATH in a DESTDIR build environment.

Rather: Perl decides it wants to specify a LD_RUN_PATH in its makefile.
This will automatically make use of -R. It's fixed in the RPMs
available at http://people.redhat.com/teg/pg/

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-26 20:05:44 Re: Re: [PATCHES] Makefile.PL for Pg.so
Previous Message Larry Rosenman 2001-08-26 17:48:11 Re: Re: [PATCHES] Makefile.PL for Pg.so

Browse pgsql-patches by date

  From Date Subject
Next Message Anders Bengtsson 2001-08-26 18:57:42 Attempt to clean up ExecSql() in JDBC
Previous Message Rene Pijlman 2001-08-26 18:41:37 JDBC Statement.executeBatch patch