Re: conflicting libraries at runtime - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: conflicting libraries at runtime
Date
Msg-id Pine.LNX.4.44.0304270151230.2138-100000@peter.localdomain
Whole thread Raw
In response to conflicting libraries at runtime  (Joe Conway <mail@joeconway.com>)
Responses Re: conflicting libraries at runtime  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway writes:

> I'm having trouble with PL/R giving me a SIGSEGV *only* on Red Hat 9.
> I've isolated it (at least the symptom) down to this: on RH9, a call to
> re_compile_fastmap() uses /lib/tls/libc.so.6 instead of the
> compiled-into-R function with the same name.

The linker flag -Bsymbolic can help in these situations (at least on ELF
systems).  In the long term you need to fix the function names, though.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: [EXAMPLE] Overly zealous security of schemas...
Next
From: Joe Conway
Date:
Subject: Re: conflicting libraries at runtime