Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#848 closed defect (fixed)

PostgreSQL FDO provider linux build fix

Reported by: jng Owned by: badreddinekaroui
Priority: major Milestone: 3.7.0
Component: PostgreSQL Provider Version: 3.7.0
Severity: 3 Keywords:
Cc: External ID:

Description

The automake-based linux build (on Ubuntu) produces a PostgreSQL FDO provider with undefined symbols (most likely the result of linking against the internal libpq)

Attached is a patch to link in the proper libs for the PostgreSQL provider

Attachments (1)

fdo_postgres_linux.patch (447 bytes ) - added by jng 12 years ago.

Download all attachments as: .zip

Change History (3)

by jng, 12 years ago

Attachment: fdo_postgres_linux.patch added

comment:1 by jng, 12 years ago

Resolution: fixed
Status: newclosed

Fixed 3.7 (r6577) and trunk (r6578)

comment:2 by rouault, 12 years ago

Shouldn't "pg_config --libs" be used instead of hard-coding dependant libraries ?

Note: See TracTickets for help on using tickets.