Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13779 closed (fixed)

GeoDjango doesn't find libgdal 1.7.0

Reported by: Leo Shklovskii Owned by: jbronn
Component: GIS Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

GeoDjango currently only searches for libgdal up to 1.6.0. Lucid + UbuntuGIS unstable actually installs gdal 1.7.0 and GeoDjango can't find it without setting the GDAL_LIBRARY_PATH.

The attached patch fixes this bug.

Attachments (1)

libgdal.patch (687 bytes ) - added by Leo Shklovskii 14 years ago.

Download all attachments as: .zip

Change History (6)

by Leo Shklovskii, 14 years ago

Attachment: libgdal.patch added

comment:1 by jbronn, 14 years ago

milestone: 1.3
Owner: changed from nobody to jbronn
Status: newassigned

Good catch -- putting on docket for 1.3 (but should land in trunk much sooner).

comment:2 by Leo Shklovskii, 14 years ago

Awesome, thanks! Any chance it could get backported into the 1.2.x release as well?

comment:3 by jbronn, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [13396]) Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch.

comment:4 by jbronn, 14 years ago

(In [13397]) [1.2.X] Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch.

Backport of r13396 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top