Re: Pl/Tcl problem
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: teg@redhat.com (Trond Eivind Glomsrød )
Cc: Alvaro Herrera <alvherre@atentus.com>, PgSQL-General <pgsql-general@postgresql.org>
Date: 2001-12-15T05:35:25Z
Lists: 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