Re: 7.2b2 "make check" failure on Red Hat Linux 7.2 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Date
Msg-id Pine.LNX.4.30.0111181819140.613-100000@peter.localdomain
Whole thread Raw
In response to Re: 7.2b2 "make check" failure on Red Hat Linux 7.2  (Trond Eivind Glomsrød <teg@redhat.com>)
List pgsql-hackers
Trond Eivind Glomsrød writes:

> When you install (not configure for, just install) into a separate tree
> (for easier packaging), it's a hole which can be exploited - some packages
> will rpath into /var/tmp/<foo>, for  instance. Hackers can then put their
> own library there.

"Some packages"... ;-)

> One big offender here is perl's automatic module
> creation script which will change the rpaths from what you told it when
> you built it to what you do when you install it.

This should be fixed now, although the perl module will actually not obey
the --disable-rpath switch.  Can't have everything, I guess...

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: OCTET_LENGTH is wrong
Next
From: Tom Lane
Date:
Subject: Re: full outer join bug?