Re: Pl/Tcl problem

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

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

> First guess is that libtcl.so is not in the ldconfig database.

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.

--
Trond Eivind Glomsrød
Red Hat, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Koenig 2001-12-14 23:22:09 Warning: PostgreSQL query failed: PQexec: you gotta get out of a COPY state yourself.
Previous Message Doug McNaught 2001-12-14 23:02:05 Re: Perl DBI, PostgreSQL performance question