[geos-devel] [GEOS] #316: Python library check is not 64 bits free
GEOS
geos-trac at osgeo.org
Tue Jan 12 15:25:14 EST 2010
#316: Python library check is not 64 bits free
------------------------+---------------------------------------------------
Reporter: bicatali | Owner: geos-devel at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone:
Component: Default | Version: 3.2.0
Severity: Unassigned | Keywords:
------------------------+---------------------------------------------------
When the system is 64bits only (on *nix systems), the Python library check
does not work:
[snip]
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-
packages
checking for python extension module directory...
${exec_prefix}/lib/python2.6/site-packages
checking for Python include path... /usr/include/python2.6
checking for Python library path...
configure: error: cannot find Python library path
In macros/ac_python_devel.m4, changing lib/python with $libdir/python
should resolve it.
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/316>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list