Re: libplperl.so and libperl.so

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libplperl.so and libperl.so
Дата
Msg-id 3503.1100644888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на libplperl.so and libperl.so  (David Walker <david@cosmicfires.com>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> The ldopts value contains compiler-specific shared library linking flags
> plus information about additional library to link in.  The ccdlflags
> value contains only the compiler-specific shared library linking flags.
> If we subtract the second from the first, we get the information about
> additional library to link in, which is what we wanted to get out of
> it.

[ thinks ... ]  OK, so the problem case is where perl was built with a
different compiler than we're building PG with, and hence ccdlflags
may contain incompatible switches.  That's a fair point, though it seems
like a shaky assumption that the rest of ldopts isn't also compiler-
specific.

> The poster apparently needs the rpath information, but I think he'll
> have to get that some other way.

Where would he get it from, then?  We did talk about providing macros
for more flexible specification of rpath, so we can fix the problem if
we can get the Perl library path, but I'm unsure where to learn that.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ce_clown@gmx.net (Roland)
Дата:
Сообщение: Re: BUG #1312: the ordinal 2821 could not be located
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: libplperl.so and libperl.so