Re: Pl/Tcl problem - Mailing list pgsql-general

From teg@redhat.com (Trond Eivind Glomsrød)
Subject Re: Pl/Tcl problem
Date
Msg-id xuybsh175sv.fsf@halden.devel.redhat.com
Whole thread Raw
In response to Re: Pl/Tcl problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Pl/Tcl problem
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.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.

pgsql-general by date:

Previous
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: Pl/Tcl problem
Next
From: Brian Avis
Date:
Subject: Vacuum