Bug 610009 - mono trunk fails to find libbanshee
Summary: mono trunk fails to find libbanshee
Status: RESOLVED FIXED
Alias: None
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: SVN
Hardware: Other Linux
: P5 - None : Major
Target Milestone: ---
Assignee: Marek Habersack
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on: 588143
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-28 20:06 UTC by Andrew Jorgensen
Modified: 2010-06-04 19:26 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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