Bugzilla – Bug 610009
mono trunk fails to find libbanshee
Last modified: 2010-06-04 19:26:59 UTC
Banshee fails to start because libbanshee can't be found. The difference in behavior between mono 2.6 and mono trunk (as of r157762) appears to be that 2.6 looks for libbanshee.so while trunk looks for libbanshee and libbanshee.la.
The requested DllImport is libbanshee.dll and there is a .config file that maps it like so: <dllmap dll="libbanshee.dll" target="libbanshee" os="!windows"/>
Fixed in r158490