Bug 923673

Summary: gdal: ldd says missing dependency on postgresql-devel
Product: [Fedora] Fedora EPEL Reporter: James Patterson <jamespatterson>
Component: gdalAssignee: Devrim Gündüz <devrim>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: 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
Description of problem:
ldd cannot find libpq.so.5 which is provided by postgresql-devel

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Volker Fröhlich 2013-03-21 00:43:14 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.

Comment 2 James Patterson 2013-03-21 08:01:23 UTC
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)