﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12450	GEOSFree not available in GEOS 3.1.0	Joel Watts	nobody	"I'm using GEOS 3.1.0 on Ubuntu Server 9.10 (amd64) and after r11979, I can no longer import `django.contrib.gis.geos` or anything that depends on it:

{{{
>> from django.contrib.gis.db import models
AttributeError: /usr/lib/libgeos_c.so.1: undefined symbol: GEOSFree
}}}

According to the [http://trac.osgeo.org/geos/browser/trunk/ChangeLog GEOS changelog], GEOSFree was added in their !r2506 (2009-05-13) while 3.1.0 was released around !r2271 (2009-03-10), so it looks like the number in the version check in `django.contrib.gis.geos.prototypes.errcheck` should be bumped up to 3.1.1 (released 2009-06-15) or replaced with a try/except block."		closed	GIS	dev		fixed			Unreviewed	1	0	0	0	0	0
