Bugzilla – Bug 134593
Neither tcl nor tk provide unversioned library.
Last modified: 2006-01-17 08:54:16 UTC
While trying to install an RPM, it complained about libtcl.so and libtk.so as not being provided. Most library packages put links from unversioned file to the versioned file. tcl and tk do not. I was able to build the software from scratch by installing the links by hand. But I was unable to install the RPM.
libtcl and libtk don't use sonames and hence don't need tose unversioned links in order to be linked against. Instead packages that link against Tcl/Tk should use the tcl.m4 file from the Tcl Extension Architecture (TEA) in their configure system. It provides m4 macros to find out the flags for compiling and linking against Tcl/Tk. Is the RPM you are mentioning an extension to Tcl or an application that embeds Tcl?
No answer in almost two months. Can't have been that important.