"Tobias Ottenweller" <[email protected]> writes: > SpatialIndex (Version 1.5) is install as described on your > website. The shared object is present at > /usr/local/lib/libspatialindex_c.so'. > > I'm running in to this problem on Ubuntu 11.04 64bit while my > rtree/spatialindex installation on OS X (via homebrew) works fine. > I actually don't know how and where to look to get this fixed.
You need to install the libspatialindex-dev package. $ dpkg -L libspatialindex-dev|grep .so /usr/lib/libspatialindex.so /usr/lib/libspatialindex_c.so You can have a look at the Ubuntu package I've made : https://launchpad.net/~marc-poulhies/+archive/ppa/+packages It's not up to date, but it's a matter of refreshing source file. HTH, Marc _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
