Re: RTLD_GLOBAL on openbsd

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RTLD_GLOBAL on openbsd
Date: 2001-06-17 00:10:11
Message-ID: Pine.BSO.4.10.10106162008350.17529-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2001-06-17 00:42:09 [PATCH] inet << indexability (take 3)
Previous Message Alex Pilosov 2001-06-17 00:02:25 [PATCH] untrusted plperl