(solved) minidlna stop working after updating to dietpi 7.5.2

Hi,

first, if possible don’t do screen prints pls. Better to connect via SSH and copy content directly. Thx

Back to your issue, this is a side effect of RPi devs changed name/location of some important files. It’s caused by update of apt package libraspberrypi0. Unfortunetaly something out of our control. But we might have a workaround until RPi devs fixed their packages.

cd /usr/lib/arm-linux-gnueabihf
ln -s libmmal_core.so.0 libmmal_core.so
ln -s libmmal_util.so.0 libmmal_util.so
ln -s libmmal_vc_client.so.0 libmmal_vc_client.so
ln -s libbcm_host.so.0 libbcm_host.so
ln -s libvcsm.so.0 libvcsm.so
ln -s libvchiq_arm.so.0 libvchiq_arm.so
ln -s libvcos.so.0 libvcos.so

And restart your service afterwards.