Ben White wrote:
Package: graphviz Version: 1.16-1 Severity: normal
It appears that not all of the relevant sym-links are setup within the /usr/lib/graphviz directory. This caused problems with trying to use other software that used the libraries (eg. webdot).
Fixed with
/usr/lib/graphviz# ln -s libtcldot.so.0.0.0 libtcldot.so.0 /usr/lib/graphviz# ln -s libtcldot.so.0.0.0 libtcldot.so
Ben,
Later versions of webdot use libtcldot.so.0.0.0 directly, avoiding the need for the softlinks.
Webdot hasn't changed much recently, so you can probably use a later version of webdot with graphviz-1.16.
Or you can wait a day or so for graphviz-2.2 to appear.
Library softlinks are normally provided by -devel packages, but libtcldot is a tcl extension and is
not intended to be used as a C library. Applications never depend on -devel pacakges, and so should be
using the base libtcldot.so.0.0.0. It was a bug in webdot that it was not doing so.
John
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]