Fresh icinga2 installation on RasPi won't start

Hi,
I have installed icinga2 and icingaweb2 on a Raspberry Pi (root@raspberrypi:~# uname -a
Linux raspberrypi 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l GNU/Linux)

Unfortunately there seems to be a problem with a shared library, resulting in an error on configuration validation:

root@raspberrypi:~# icinga2 deamon -C
/usr/lib/arm-linux-gnueabihf/icinga2/sbin/icinga2: error while loading shared libraries: /usr/lib/arm-linux-gnueabihf/icinga2/sbin/icinga2: unsupported version 0 of Verneed record

icinga2 isn’t running and won’t start:

root@raspberrypi:~# systemctl start icinga2
Job for icinga2.service failed because the control process exited with error code.
See “systemctl status icinga2.service” and “journalctl -xe” for details.

For more details I executed systemctl status:

root@raspberrypi:~# systemctl status icinga2.service
● icinga2.service - Icinga host/service/network monitoring system
Loaded: loaded (/lib/systemd/system/icinga2.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/icinga2.service.d
└─limits.conf
Active: failed (Result: exit-code) since Sun 2022-02-20 20:52:17 CET; 3min 50s ago
Process: 11459 ExecStartPre=/usr/lib/icinga2/prepare-dirs /etc/default/icinga2 (code=exited, status=0/SUCC>
Process: 11464 ExecStart=/usr/sbin/icinga2 daemon --close-stdio -e ${ICINGA2_ERROR_LOG} (code=exited, stat>
Main PID: 11464 (code=exited, status=127)
CPU: 43ms

Feb 20 20:52:17 raspberrypi systemd[1]: Starting Icinga host/service/network monitoring system…
Feb 20 20:52:17 raspberrypi icinga2[11464]: /usr/lib/arm-linux-gnueabihf/icinga2/sbin/icinga2: error while loa>
Feb 20 20:52:17 raspberrypi systemd[1]: icinga2.service: Main process exited, code=exited, status=127/n/a
Feb 20 20:52:17 raspberrypi systemd[1]: icinga2.service: Failed with result ‘exit-code’.
Feb 20 20:52:17 raspberrypi systemd[1]: Failed to start Icinga host/service/network monitoring system.

Obviously this issue is triggered by a fault in the symbol versioning table VERNEED.
Any ideas on how to resolve this problem?