| Summary: | banshee can't find /usr/lib/libMonoPosixHelper.so | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Valdis Kletnieks <valdis.kletnieks> |
| Component: | mono | Assignee: | Timotheus Pokorra <pokorra.mailinglists> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | chkr, claudiorodrigo, itamar, lxtnow, paul, pokorra.mailinglists |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-01 09:10:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Valdis Kletnieks
2016-02-29 18:19:35 UTC
Thanks for reporting this! The problem is in /etc/mono/config The line <dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper.so" os="!windows" /> needs to be changed to target="libMonoPosixHelper.so", I think. I will try if that solves the issue, and then fix it in Rawhide tomorrow. Confirming that removing $mono_libdir/ makes things work. For what it's worth, the previous version had this: <dllmap dll="MonoPosixHelper" target="/usr/lib64/libMonoPosixHelper.so" os="!windows" /> Not at all sure why that one has /usr/lib64 on it and all the others have no absolute path attached to them. I have fixed this in Rawhide: http://pkgs.fedoraproject.org/cgit/rpms/mono.git/commit/?id=cc7b8dcb9f02810b0322b24e8ac63581d9be8146 |