Bug 923673
| Summary: | gdal: ldd says missing dependency on postgresql-devel | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | James Patterson <jamespatterson> |
| Component: | gdal | Assignee: | Devrim Gündüz <devrim> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | cristian.balint, devrim, pavel.lisy, pertusus, volker27 |
| 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: | 2013-03-21 08:01:23 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: | |
| Embargoed: | |||
|
Description
James Patterson
2013-03-20 10:10:24 UTC
libpq.so.5 is provided by postgresql-libs -- not -devel. Devel packages commonly don't provide libraries. postgresql-libs is consequently installed as a dependency. I'm not sure what you mean. On another machine: # rpm -qf /usr/lib64/libpq.so postgresql-devel-8.4.11-1.el6_2.x86_64 # rpm -qf /usr/lib64/libpq.so.5 postgresql-libs-8.4.11-1.el6_2.x86_64 On the problem machine: (and now the problem has gone) |