Re: conflicting libraries at runtime

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: conflicting libraries at runtime
Дата
Msg-id Pine.LNX.4.44.0304270151230.2138-100000@peter.localdomain
обсуждение исходный текст
Ответ на conflicting libraries at runtime  (Joe Conway <mail@joeconway.com>)
Ответы Re: conflicting libraries at runtime
Список 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 по дате отправления:

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: [EXAMPLE] Overly zealous security of schemas...
Следующее
От: Joe Conway
Дата:
Сообщение: Re: conflicting libraries at runtime