Bug#683374: oce: trouble loading plugin

2012-07-31 Thread D. Barbier
On 2012/7/31 Julien Cristau wrote: > Package: oce > Version: 0.10-1 > Severity: normal > > Plugin::Load in src/Plugin/Plugin.cxx basically does > dlopen("lib" + $name_of_the_plugin + ".so"). When $name_of_the_plugin > is FWOSPlugin that fails unless liboce-ocaf-lite-dev is installed, which > seems

Bug#683374: oce: trouble loading plugin

2012-07-31 Thread Julien Cristau
Package: oce Version: 0.10-1 Severity: normal Plugin::Load in src/Plugin/Plugin.cxx basically does dlopen("lib" + $name_of_the_plugin + ".so"). When $name_of_the_plugin is FWOSPlugin that fails unless liboce-ocaf-lite-dev is installed, which seems like it shouldn't be necessary. I'm not sure if