chrisss404 / check-mk-arm

Checkmk for Raspberry Pi.
182 stars 23 forks source link

unable to install #21

Closed AlienLifeForm1 closed 4 years ago

AlienLifeForm1 commented 4 years ago

I'm getting the following error:

dpkg: Abhängigkeitsprobleme verhindern Konfiguration von check-mk-raw-1.6.0p12: check-mk-raw-1.6.0p12 hängt ab von libperl5.28; aber: Paket libperl5.28 ist nicht installiert.

dpkg: Fehler beim Bearbeiten des Paketes check-mk-raw-1.6.0p12 (--install): Abhängigkeitsprobleme - verbleibt unkonfiguriert

I'm not able to install libperl5.28.

The command apt-get install -f is deleting check-mk-raw-1.6.0p12.

What can I do to solve this problem?

regards, Alf

chrisss404 commented 4 years ago

Hi Alf,

please check the distribution version on your Raspberry Pi by running cat /etc/*-release.

You should get the following:

# cat /etc/*-release 
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

If you get a different output, you will not be able to use this package on your system and will have to build it from the sources, see: https://github.com/chrisss404/check-mk-arm#build-it-yourself

Good luck & BR Christian

AlienLifeForm1 commented 4 years ago

Ok, I've tried to install buster on stretch. Now I've updated my Pi to buster.

Thanks Alf