Understanding the contents of the .so file
yivanova88 opened this issue · 1 comments
yivanova88 commented
Hello,
Thank you for this project. It has been very useful for our team who are facing a similar problem with AWS Glue containers which don't come with preinstalled C libraries required for psycopg2.
I am interested in knowing more about the contents of the .so file which can be found in psycopg2-3.7/_psycopg.cpython-37m-x86_64-linux-gnu.so. What are the C files packaged in the shared libraries? Our team is looking to create our own .so file to use and maintain so sharing this with us will be extremely valuable.
Thanks a lot for your time!
yivanova88 commented
I read your documentation more clearly and found the answer myself.