Questions tagged [libgeos]

2 questions
1
vote
0 answers

Getting `GLIBC_2.34` not found error while running go-geos package on Ubuntu 20.04

I am using github.com/twpayne/go-geos package in my program to handle geometries. I developed on my a machine which runs Ubuntu 22.04 and everything works as expected. I built a binary using go build -o someName and it executes normally. But when I…
pluton24
  • 11
  • 4
1
vote
1 answer

warning "The GEOS C++ API is unstable, please use the C API instead"

I am trying to develop a small .cpp example in ubuntu using GEOS. To this end I am trying to build a first example, e.g. https://github.com/vmx/geos/blob/master/doc/example.cpp I installed both libgeos++dev and libgeos-dev using synaptics. This way…
ntg
  • 12,950
  • 7
  • 74
  • 95