smaca69

Results 7 comments of smaca69

Yes, the turbodbc_*.so libraries fixed that error. Now i'm getting the following error: Unable to import module 'AATest': libodbc.so.2: cannot open shared object file: No such file or directory

I've packaged Python as per AWS documentation but am still getting the following: Unable to import module 'AATest': /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /var/task/turbodbc_intern.cpython-36m-x86_64-linux-gnu.so)

Hi, Yes, what are the problems you are having? Cheers Sam Friday, 14 June 2019, 9:15 pm +1000 from [email protected] : >Hi @smaca69 >Were you able to solve the problem?....

Have you setup the Lambda environment variables? Friday, 14 June 2019, 10:00 pm +1000 from [email protected] : >I am facing No module named 'turbodbc_intern' error now. >I am a little...

These links should be able to help you. If you're still stuck, let me know https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html http://www.perrygeo.com/running-python-with-compiled-code-on-aws-lambda.html ## IMPORTANT - Especially LD_LIBRARY_PATH variable https://docs.aws.amazon.com/lambda/latest/dg/lambda-environment-variables.html On Fri, 14 Jun 2019 at...

Hi Alexandre, No, I dont use the subshell command, just create the Lambda function and add the following Environment Variable to the Lambda function: LD_LIBRARY_PATH=/lib64:/usr/lib64:$LAMBDA_RUNTIME_DIR:$LAMBDA_RUNTIME_DIR/lib:$LAMBDA_TASK_ROOT:$LAMBDA_TASK_ROOT/lib:/opt/lib Append your libraries to the...

Attachment is a zip file [Profiles 19_8.txt](https://github.com/user-attachments/files/16807501/Profiles.19_8.txt)