Hi,When running file generated by pyinstaller,
./sharepoint_upload_file "arg1" "arg2" "arg3" "arg4" "arg5"
I get the following error:
./sharepoint_upload_file: error while loading shared libraries: libz.so.1: failed to map segment from shared object
OS REDHAT 8.10
I've checked /lib64 and /usr/lib64 and libz.so.1 is there, also the linked files. Have no idea how to fix this, can you help?
Thank you
Fernando