Public bug reported:

Binary package hint: graphviz

I have been using python-yapgvb on feisty which has been using graphviz
libraries to run.

When I transitioned to using gutsy it would complain:
"python: symbol lookup error: /usr/lib/graphviz/libgvplugin_gd.so.3: undefined 
symbol: Bezier"

looking inside libgbplugin_gd.so it has an undefined symbol Bezier
greping through all installed libraries found the symbol defined in libgvc.so

setting the environment variable LD_PRELOAD=/usr/lib/libgvc.so.3
fixed the problem.  

libgvplugin_gd.so is missing it's dependency on libgvc

I expect that this was overlooked in the process of switching from
packaging libgvc inside the graphviz package(as done in feisty) and it
being installed seperately ( as on gutsy).

** Affects: graphviz (Ubuntu)
     Importance: Undecided
         Status: New

-- 
libgvplugin_gd.so does not depend on libgvc.so correctly in gutsy package
https://bugs.launchpad.net/bugs/208072
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to