Bug 110419
| Summary: | /usr/lib/sane/ inappropriately added to /etc/ld.so.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nick Lamb <njl> |
| Component: | sane-backends | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.0.12-6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-11-20 12:39:27 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: | |||
|
Description
Nick Lamb
2003-11-19 13:59:12 UTC
It is added (by the sane-backends package) in order for the dlopen to work. The files that are dlopen'd are the *.so.1 symlinks, which are put in place by ldconfig. Surely the correct incantation in that case is ldconfig -n /usr/lib/sane ... rather than altering the system library config? Hmm, good point. Try 1.0.12-6. |