Can't install due to "mod_systemd" problem

Trin

New member
Joined
Oct 22, 2020
Messages
3
I try to install DirectAdmin on Amazon Lightsail follow this steps.

The OS is Debian 10. Apache version is 2.4.
The problem occurs after running this script
./setup.sh auto

The error is "mod_systemd has been requested but can not be built due to prerequisite failures" as in the picture below. Please give me a suggestion on how to solve this problem.

unnamed.png
 
Is apt-get functional? Try:
Code:
apt-get -y install libsystemd-dev
 
Is apt-get functional? Try:
Code:
apt-get -y install libsystemd-dev

Hi, smtalk
Thank you for your replied. I already tried install libsystemd-dev and run the script again. Still stuck at same error.
 
Back
Top