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
we used your build to create lambda clamav layer, this layer works well when using runtime python 3.7.
However, AWS recently retired runtime python3.7.
when using runtime 3.8/3.9/3.10/3.11, I am receiving the following errors when calling freshclam.
the error is:
/opt/bin/freshclam: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
I called in an aws support for this, they have confirmed that this is a compatibility issue with runtime, the layer needs to be rebuild for newer version of runtime. Please advise if there is a new build.sh we should use for the newer version of runtime of python.
Thank you.
The text was updated successfully, but these errors were encountered:
we used your build to create lambda clamav layer, this layer works well when using runtime python 3.7.
However, AWS recently retired runtime python3.7.
when using runtime 3.8/3.9/3.10/3.11, I am receiving the following errors when calling freshclam.
the error is:
/opt/bin/freshclam: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
I called in an aws support for this, they have confirmed that this is a compatibility issue with runtime, the layer needs to be rebuild for newer version of runtime. Please advise if there is a new build.sh we should use for the newer version of runtime of python.
Thank you.
The text was updated successfully, but these errors were encountered: