#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)
Change History (3)
by , 12 years ago
Attachment: | fdo_postgres_linux.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Shouldn't "pg_config --libs" be used instead of hard-coding dependant libraries ?
Note:
See TracTickets
for help on using tickets.
Fixed 3.7 (r6577) and trunk (r6578)