Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
I am trying to install Tileserver-GL on Centos7. Using node version 10.12.0. The Tileserver-GL is installing as it is returning its version and help. But when I am trying to start the server by tileserver-gl zurich_switzerland.mbtiles it is returning
/usr/src/app/tileserver-gl/node_modules/sharp/lib/constructor.js:1
Error:
Something went wrong installing the "sharp" module
/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/src/app/tileserver-gl/node_modules/sharp/build/Release/sharp.node)
- Remove the "node_modules/sharp" directory then run
"npm install --ignore-scripts=false --verbose" and look for errors
- Consult the installation documentation at https://sharp.pixelplumbing.com/install
- Search for this error at https://github.com/lovell/sharp/issues
at Object.<anonymous> (/usr/src/app/tileserver-gl/node_modules/sharp/lib/constructor.js:34:9)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
I am trying to install Tileserver-GL on Centos7. Using node version 10.12.0. The Tileserver-GL is installing as it is returning its version and help. But when I am trying to start the server by
tileserver-gl zurich_switzerland.mbtiles
it is returningHere is my installation script