I'm trying to install the module on CentOS, and the `preinstall.sh` script succeeds, but when I try to run the executable, it gives the error: ``` $ npx aws-lambda-ric index.handler 2021-02-13T16:08:11.247Z undefined INFO Executing 'index.handler' in function directory '/workspace' node: symbol lookup error: /workspace/node_modules/aws-lambda-ric/build/Release/runtime-client.node: undefined symbol: _ZN3aws14lambda_runtime7runtimeC1ERKSsS3_ ``` I think this might be helped or fixed by #8