FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: S-Desire am 07 Juli 2021, 23:22:54

Titel: [GELÖST]List::MoreUtils
Beitrag von: S-Desire am 07 Juli 2021, 23:22:54
Guten Abend allerseits.
Ich habe eine kurze frage, nachdem ich Fhem neu aufsetzen musste, bzw. zum glück das meiste wieder reinkopieren konnte, habe ich nun das Problem das mir im Event Monitor gesagt wird:

Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: ./lib ./FHEM . /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/arm-linux-gnueabihf/perl5/5.28 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base ./FHEM/lib) at (eval 479) line 8. BEGIN failed--compilation aborted at (eval 479) line 8.

mit welchem Befehl, bzw. in Fhem oder direkt auf dem Raspberry, installiere ich das Modul  List::MoreUtils nach? Ich such schon seid paar stündchen
Danke schoneinmal im vorraus
Titel: Antw:List::MoreUtils
Beitrag von: S-Desire am 07 Juli 2021, 23:38:15
Hab es endlich gefunden
folgende Pakete nachinstalliert:
sudo apt-get -y install perl-base libdevice-serialport-perl libwww-perl libio-socket-ssl-perl libcgi-pm-perl libjson-perl sqlite3 libdbd-sqlite3-perl libtext-diff-perl libtimedate-perl libmail-imapclient-perl libgd-graph-perl libtext-csv-perl libxml-simple-perl liblist-moreutils-perl fonts-liberation libimage-librsvg-perl libgd-text-perl libsocket6-perl libio-socket-inet6-perl libmime-base64-perl libimage-info-perl libusb-1.0-0-dev libnet-server-perl

sudo apt-get -y install libdate-manip-perl libhtml-treebuilder-xpath-perl libmojolicious-perl libxml-bare-perl libauthen-oath-perl libconvert-base32-perl libmodule-pluggable-perl libnet-bonjour-perl libcrypt-urandom-perl

Titel: Antw:[GELÖST]List::MoreUtils
Beitrag von: MadMax-FHEM am 07 Juli 2021, 23:42:14
Für nur den geposteten Fehler hätte verm. das hier gereicht:

Zitat von: google
Detailed Instructions:
Run update command to update package repositories and get latest package information.
Run the install command with -y flag to quickly install the packages and dependencies. sudo apt-get install -y liblist-moreutils-perl.
Check the system logs to confirm that there are no related errors.

Wie hast du fhem installiert?

Am einfachsten: debian.fhem.de -> "the easy way" und gut...

Gruß, Joachim