Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #15703: Linux agent updater - Fix missing libcrypt.so.1

Component Agent bakery
Title Linux agent updater - Fix missing libcrypt.so.1
Date Jul 13, 2023
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.3.0b1 Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.2.0p7 Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0p31 Checkmk Pro, Checkmk Ultimate MT
2.0.0p38 Checkmk Pro, Checkmk Ultimate MT

Previously, when running the agent updater, either manually or automatically, it may crash immediately with error message:

Error loading Python lib '/tmp/_MEIc9TJOz/libpython3.7m.so.1.0': dlopen: libcrypt.so.1: cannot open shared object file: No such file or directory

Future versions of the agent updater will include the missing library.

Technical background:
This happens on Linux systems that don't come with a libcrypt.so.1 any longer.
The cmk-update-agent executable is supposed to include all needed libraries.
However, in this case, the build mechanism failed to find the linked library.

If you ran into this problem, you will have to reinstall the Checkmk agent (including the agent updater) on affected hosts after updating your Checkmk site and baking agents.

To the list of all Werks