Re: RTLD_GLOBAL on openbsd - Mailing list pgsql-hackers

From Alex Pilosov
Subject Re: RTLD_GLOBAL on openbsd
Date
Msg-id Pine.BSO.4.10.10106162008350.17529-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: RTLD_GLOBAL on openbsd  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Sat, 16 Jun 2001, Peter Eisentraut wrote:

> Alex Pilosov writes:
> 
> > OpenBSD lacks RTLD_GLOBAL, so it should be removed from
> > dynloader/openbsd.h
> 
> Okay.
> 
> Btw., couldn't we replace dynloader/openbsd.h with something more like,
> say, dynloader/sunos4.h and get rid of the BSD44_derived_dl*() functions?
> AFAICT, the issue was that on earlier (Net|Free)BSD systems you needed to
> prepend an '_' to the looked-up symbol, but I could not find any reference
> to this in the OpenBSD documentation.
On OpenBSD, you still need to do that. I haven't checked Free yet, but I
think that's still true also.
-alex



pgsql-hackers by date:

Previous
From: Trond Eivind Glomsrød
Date:
Subject: Re: postgres dies while doing vacuum analyze
Next
From: Alex Pilosov
Date:
Subject: [PATCH] untrusted plperl