Bug 335011
Summary: | Move libpulsecore.so* to /usr/lib(64)/pulseaudio/ to prevent being considered for multilib | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
Component: | pulseaudio | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dcantrell, pierre-bugzilla |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-10-17 21:26:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 235703 |
Description
Jesse Keating
2007-10-16 18:25:23 UTC
As discussed on IRC, moving libpulsecore to some private directory doesn't really work because the library is then no longer found by the dynamic loader. This could be worked around by -rpath or /etc/ld.so.conf/, both of which are not allowed on other distributions, and I'd be very unhappy if I'd have to ship PA with different build systems for Fedora and the rest. Instead I now split off libpulsecore into its own package pulseaudio-core-libs, which should fix the problem, too. 0.16.svn20071017 |