Re: Pl/Tcl problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Pl/Tcl problem
Дата
Msg-id 6537.1008394525@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Pl/Tcl problem  (teg@redhat.com (Trond Eivind Glomsrød))
Ответы Re: Pl/Tcl problem  (Trond Eivind Glomsrød <teg@redhat.com>)
Список pgsql-general
teg@redhat.com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) writes:
> Nah, the problem is that the module is created like this:
> gcc -pipe -shared -Wl,-soname,libtcl.so.0 -o pltcl.so pltcl.o -L/usr/lib -ltcl -ldl  -lieee -lm -lc
> The pltcl.so module thus has soname libtcl.so.0. That leads to
> problems, as the same soname is used by the tcl library.

Ugh.  Is this our fault, or Tcl's?

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgreplicator in 7.2b4
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Perl DBI, PostgreSQL performance question