FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: svriderk3 am 08 Juni 2020, 13:16:01

Titel: Bekomme Modul Viera nicht zum laufen
Beitrag von: svriderk3 am 08 Juni 2020, 13:16:01
Hallo Zusammen

wenn ich eingebe  define PANATV VIERA 192.168.69.136

dann bekomme ich
Cannot load module VIERA

Wenn mich nach der Installanleitung des Viera moduls vorgehe: cpan
install MIME::Base64
install Crypt::Mode::CBC
install Digest::SHA



bekomme ich bei CBC install Crypt::Mode::CBC
Reading '/root/.cpan/Metadata'
  Database was generated on Mon, 08 Jun 2020 10:29:03 GMT
Running install for module 'Crypt::Mode::CBC'
Checksum for /root/.cpan/sources/authors/id/M/MI/MIK/CryptX-0.068.tar.gz ok
Scanning cache /root/.cpan/build for sizes
............................................................................DONE
'YAML' not installed, will not store persistent state
Configuring M/MI/MIK/CryptX-0.068.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for CryptX
Writing MYMETA.yml and MYMETA.json
  MIK/CryptX-0.068.tar.gz
  /usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/MI/MIK/CryptX-0.068.tar.gz
Can't exec "make": No such file or directory at /usr/share/perl/5.28/CPAN/Distribution.pm line 2218.
  MIK/CryptX-0.068.tar.gz
  make -- NOT OK
  No such file or directory
Failed during this command:
MIK/CryptX-0.068.tar.gz                      : make NO


Was kann ich tun?

System Openmediavault 0.5 auf x86 Plattform.
Die ganzen Perlgeschichten habe ich entsprechend der FHEM Anleitung manuelle Installation installiert, musste allerdings auch irgendso ne repair ode rfix funktion oder sowas nutzen

Perl Installation mit     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


    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




Dank und Gruß.
Titel: Antw:Bekomme Modul Viera nicht zum laufen
Beitrag von: svriderk3 am 08 Juni 2020, 15:15:26
KOnnte das Modul jetzt starten/einrichten mit folgender Vorarbeit:

apt-get install libxml-simple-perl libxml-parser-perl
apt-get install build-essential
cpan
install YAML
install MIME::Base64
install Crypt::Mode::CBC
install Digest::SHA
q