You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tilegarden works localy without issue, on ec2 ubuntu 18.04 and RDS database,
but after deploying it on aws lambda by using ./scripts/deploy --new , i get errors when i request the Api,
mapnik/input/pgraster.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
mapnik/input/postgis.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
i use develop branch, and i changed tiler/Dockerfile,
FROM node:10.19-buster-slim in place of FROM node:8.16-buster-slim as nodejs 8 run-time is no longer available on aws lambda.
Thanks
The text was updated successfully, but these errors were encountered:
tilegarden works localy without issue, on ec2 ubuntu 18.04 and RDS database,
but after deploying it on aws lambda by using ./scripts/deploy --new , i get errors when i request the Api,
mapnik/input/pgraster.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
mapnik/input/postgis.input (dlopen failed - plugin likely has an unsatisfied dependency or incompatible ABI)
i use develop branch, and i changed tiler/Dockerfile,
FROM node:10.19-buster-slim in place of FROM node:8.16-buster-slim as nodejs 8 run-time is no longer available on aws lambda.
Thanks
The text was updated successfully, but these errors were encountered: