Hi, I'm using ubuntu 9.10 and I'm following the instructions on the website.
Grabbed spatialindex-1.4 ./configure - ok make - failed - fix: added <stdint.h> to regressiontest/rtree/Exhaustive.cc - fix: added <stdint.h> to regressiontest/mvrtree/Exhaustive.cc make install - ok easy_install rtree - ok (after installing c++ compiler) from rtree import core - fail - OSError: libsidx.so: cannot open shared object file: No such file or directory - fix: export LD_LIBRARY_PATH=/usr/local/lib/python2.6/dist-packages/Rtree-0.5.0-py2.6-linux-i686.egg If I grab the trunk of rtree then I get the libspatialindex_c.so error instead Reverting to rtree 0.4.3 installs ok (as in 'from rtree import core' doesn't barf) with libspatial-1.4 Are there any instructions on getting rtree 0.5.0 working with spatialindex 1.4.0? I've looked in the archive but I can't find anything apart from the advice to revert to 0.4.3 Thanks, Ben Hesketh
_______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
