Re: Pl/Tcl problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=)
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, PgSQL-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pl/Tcl problem
Date: 2001-12-15 05:35:25
Message-ID: 6537.1008394525@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

teg(at)redhat(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond C. Rodgers 2001-12-15 08:01:38 Re: 7.2 back to 7.1.3
Previous Message Alvaro Herrera 2001-12-15 04:44:02 pgreplicator in 7.2b4