Php8.2-fpm php-fpm8.2: error while loading shared libraries: /lib/aarch64-linux-gnu/libssl.so.3

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version | cat /boot/dietpi/.version
    G_DIETPI_VERSION_CORE=9
    G_DIETPI_VERSION_SUB=7
    G_DIETPI_VERSION_RC=1
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’

  • Distro version | echo $G_DISTRO_NAME $G_RASPBIAN
    bookworm 0

  • Kernel version | uname --all
    Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux

  • Architecture | dpkg --print-architecture
    arm64

  • SBC model | echo $G_HW_MODEL_NAME or (EG: RPi3)
    RPi 3 Model B (aarch64)

  • Power supply used | (EG: 5V 1A RAVpower)
    raspberry default

  • SD card used | (EG: SanDisk ultra)
    Lexar 256 gb

Additional Information (if applicable)

  • Software title | php
  • Was the software title installed freshly or updated/migrated?
    update
  • Can this issue be replicated on a fresh installation of DietPi?
    Sending bug report │
    │ - Command: curl --connect-timeout 8 --retry 1 --retry-delay 4 -sSvT 82b019e4-5b8f-44fd-bae9-50a91a91a2cf.7z │
    │ sftp://dietpi-survey:upload2dietpi@ssh.dietpi.com:29248/bugreport/ │
    │ - Exit code: 127 │
    │ - DietPi version: v9.7.1 (MichaIng/master) | HW_MODEL: 3 | HW_ARCH: 3 | DISTRO: 7 │
    │ - Error log: │
    │ curl: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verdef record │
    │ curl: error while loading shared libraries: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verneed │
    │ record
  • Bug report ID | echo $G_HW_UUID

here the copy paste:

Sending bug report │
│ - Command: curl --connect-timeout 8 --retry 1 --retry-delay 4 -sSvT 82b019e4-5b8f-44fd-bae9-50a91a91a2cf.7z │
│ sftp://dietpi-survey:upload2dietpi@ssh.dietpi.com:29248/bugreport/ │
│ - Exit code: 127 │
│ - DietPi version: v9.7.1 (MichaIng/master) | HW_MODEL: 3 | HW_ARCH: 3 | DISTRO: 7 │
│ - Error log: │
│ curl: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verdef record │
│ curl: error while loading shared libraries: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verneed │
│ record

Steps to reproduce

php8.2-fpm not starting.
systemctl start php8.2-fpm.service
Job for php8.2-fpm.service failed because the control process exited with error code.
See “systemctl status php8.2-fpm.service” and “journalctl -xeu php8.2-fpm.service” for details.

journalclt log:
Sep 17 10:49:36 DietPi php-fpm8.2[5102]: /usr/sbin/php-fpm8.2: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verdef record
Sep 17 10:49:36 DietPi php-fpm8.2[5102]: /usr/sbin/php-fpm8.2: error while loading shared libraries: /lib/aarch64-linux-gnu/libssl.so.3: unsupported version 0 of Verneed record
Sep 17 10:49:36 DietPi systemd[1]: php8.2-fpm.service: Main process exited, code=exited, status=127/n/a

Expected behaviour

Actual behaviour

pihole not working since php8.2-fpm not running.

Extra details

n.a.