Bug 610009

Summary: mono trunk fails to find libbanshee
Product: [Mono] Mono: Runtime Reporter: Andrew Jorgensen <ajorgensen>
Component: miscAssignee: Marek Habersack <mhabersack>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Major    
Priority: P5 - None    
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 588143    
Bug Blocks:    

Description Andrew Jorgensen 2010-05-28 20:06:58 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.
Comment 1 Andrew Jorgensen 2010-05-28 20:11:13 UTC
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"/>
Comment 2 Marek Habersack 2010-06-04 19:26:59 UTC
Fixed in r158490