Opened 16 years ago
Closed 16 years ago
#9726 closed (fixed)
GeoDjango documentation should mention binutils
Reported by: | anonymous | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | 1.0 |
Severity: | Keywords: | geodjango gis ctypes ubuntu | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
GeoDjango needs binutils to load GEOS, but this is not mentioned in the documentation. Specifically the troubleshoot section relating to GEOS should mention this.
Change History (4)
comment:1 by , 16 years ago
Component: | Documentation → GIS |
---|
comment:2 by , 16 years ago
Keywords: | gis ctypes ubuntu added |
---|---|
Owner: | changed from | to
comment:3 by , 16 years ago
Status: | new → assigned |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
See the GEOS troubleshooting section which references the new troubleshooting section on binutils.
Note:
See TracTickets
for help on using tickets.
Yup, figured this out when ctypes couldn't load the libraries on a fresh install of 8.10.
More specifically, the ctypes utility
find_library
needs the binutils programobjdump
.