azgs / azlibrary_database

1 stars 1 forks source link

npm gdal package not compatible with AL2 #68

Closed NoisyFlowers closed 6 months ago

NoisyFlowers commented 7 months ago

The npm gdal package requires a later version of glibc than the one that comes with AL2 (version documented here: https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html#glibc-gcc-and-binutils)

The gdal-async package (https://www.npmjs.com/package/gdal-async) is maintained for AWS compatibility. However, it does not support AL2 in its current release. To get that, we have to use release 3.5.3 (https://github.com/mmomtchev/node-gdal-async/releases?page=2).

NoisyFlowers commented 7 months ago

This is in 03f0bacbcf2f98e86db7dae8759ff67d89942e81 096c5251ca1f63c953833a9d0213a35e0f1c32c0 c0af9046f3a108079154d411d5eb86a43b63397b

on master branch