I am wondering myself if this "LD_LIBRARY_PATH is unset" issue with amavisd is a consequence of not having installed zimbra-mta-patch in the first place or maybe not forcing the reinstall of the zimbra-mta-patch after performing an upgrade.mocha wrote: ↑Sun Nov 09, 2025 4:16 pmI’ve patched about 10 environments so far, and the same amavisd problem occurred on one of them but in my case, it’s with Ubuntu 22.04.
LD_LIBRARY_PATH is unset in the .bashrc file by default and doesn’t cause any issues in other environments. I’ve modified the /opt/zimbra/bin/zmamavisdctl file instead,
and it works for now. I’m also looking forward to Zimbra support’s reply.Code: Select all
source `dirname $0`/zmshutil || exit 1 zmsetvars export LD_LIBRARY_PATH=/opt/zimbra/common/lib:$LD_LIBRARY_PATH platform=`/opt/zimbra/libexec/get_plat_tag.sh`
It's also recommended to check: 10.1.0 patch installation instructions so that all of the packages are properly updated in order.
The usual suspect in those cases (some package that has not been pushed to the repos yet) seems very unlikely to me because it affects both RHEL and Ubuntu systems.


