geonode icon indicating copy to clipboard operation
geonode copied to clipboard

symbol lookup error

Open akidee opened this issue 14 years ago • 0 comments

I have successfully compiled/installed GEOS 3.1.1 and geonode (node v0.2.5)

In CoffeeScript:

geonode = require 'geonode/geonode'
Geometry = geonode.Geometry

wkt = 'POINT(6.6886757 49.73643967)'
new Geometry(wkt)

Result:

node: symbol lookup error: /home/andi/.node_libraries/geonode/_geonode.node: undefined symbol: GEOSPrepare
  • Do I need to install other libraries?
  • Is GEOS 3.0.0 (which was installed as debian package and is used by PostGIS 1.4) responsible for this error?

akidee avatar Dec 30 '10 22:12 akidee