neues Modul: TRAFFIC - google maps directions

Begonnen von jmike, 27 Juli 2016, 10:51:23

Vorheriges Thema - Nächstes Thema

awex102

Zitat von: Amenophis86 am 11 Dezember 2016, 10:10:38
Mittels stateFormat zum Beispiel

Danke für den Tip, das Modul gibt ja mindestens zwei relevante Werte zurück, duration und duration_in_traffic.
Kann man direkt neue attribute hinzufügen, die das gewünschte Format zurückgeben?

jmike

Version 1.1 liegt im SVN für euch bereit, ab morgen dann auch übers update.

Ein paar Hilfen und Beispiele zum Attribut updateSchedule in der commandref oder im Wiki https://wiki.fhem.de/wiki/TRAFFIC

Grüße

Brause

Ich konnte es nicht abwarten und hab mir die neue Version aus dem svn geholt.

Läuft wie gewünscht.

DANKE

Amenophis86

Zitat von: awex102 am 13 Dezember 2016, 07:48:37
Danke für den Tip, das Modul gibt ja mindestens zwei relevante Werte zurück, duration und duration_in_traffic.
Kann man direkt neue attribute hinzufügen, die das gewünschte Format zurückgeben?

Wenn ich dich richtig verstehe, dann meinst du so etwas wie userReadings. Allerdings habe ich nicht genau verstanden was du möchtest :)
Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

awex102

Ich habe jetzt eine grundsätzliche Lösung:

Habe mir einen Dummy angelegt.

Per notfiy rufe ich eine eigene Hilfsfunktion zum umformatieren auf, die die readings ausliest und formatiert.

Einzige offene Frage die ich noch habe: Auf welches "Ereignis" muss ich das notfiy einschränken? Wenn ich auf "Traffic update" gehe, wird das notify aufgrufen, bevor die Werte / Readings geupdatet werden.

l05443

Hallo,

device ist Initialized, Start und Ziel Adressen sind gesetzt. Ich bekomme beim updaten folgenden Fehler:

malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "LWP will support htt...") at ./FHEM/98_TRAFFIC.pm line 306.

Weiss jmd. Rat?

Grüße

jmike

#111
Dir fehlen noch weitere Perl Module.

Für mal folgende Befehle aus:
$ perl -e "use Net::SSL;"
$ perl -e "use LWP::UserAgent;"
$ perl -e "use JSON;"


und natürlich
perl -e "use IO::Socket::SSL;"

l05443

#112
Zitat von: jmike am 13 Dezember 2016, 16:01:08
Dir fehlen noch weitere Perl Module.

Für mal folgende Befehle aus:
$ perl -e "Net::SSL;"
$ perl -e "use LWP::UserAgent;"
$ perl -e "use JSON;"


und natürlich
perl -e "use IO::Socket::SSL;"

Die ersten drei habe ich nach installiert. Beim Modul IO::Socket::SSL bekomme ich folgende Fehlermeldung beim installieren:


C:\Fhem\perl\bin>cpan -i Net::SSL
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
Net::SSL is up to date (2.86).

C:\Fhem\perl\bin>cpan -i LWP::UserAgent
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
LWP::UserAgent is up to date (6.15).

C:\Fhem\perl\bin>cpan -i JSON
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
JSON is up to date (2.90).

C:\Fhem\perl\bin>cpan -i IO::Socket::SSL
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

Running install for module 'IO::Socket::SSL'
CPAN: Digest::SHA loaded ok (v5.95)
CPAN: Compress::Zlib loaded ok (v2.069)
Checksum for C:\Fhem\cpan\sources\authors\id\S\SU\SULLR\IO-Socket-SSL-2.039.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.06)
CPAN: File::Temp loaded ok (v0.2304)
CPAN: YAML::XS loaded ok (v0.62)
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v1.4417)
CPAN: CPAN::Meta loaded ok (v2.150005)
CPAN: Module::CoreList loaded ok (v5.20160507)
Configuring S/SU/SULLR/IO-Socket-SSL-2.039.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for IO::Socket::SSL
Writing MYMETA.yml and MYMETA.json
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\perl\bin\perl.exe Makefile.PL -- OK
Running make for S/SU/SULLR/IO-Socket-SSL-2.039.tar.gz
cp lib/IO/Socket/SSL/Utils.pm blib\lib\IO\Socket\SSL\Utils.pm
cp lib/IO/Socket/SSL/PublicSuffix.pm blib\lib\IO\Socket\SSL\PublicSuffix.pm
cp lib/IO/Socket/SSL.pod blib\lib\IO\Socket\SSL.pod
cp lib/IO/Socket/SSL.pm blib\lib\IO\Socket\SSL.pm
cp lib/IO/Socket/SSL/Intercept.pm blib\lib\IO\Socket\SSL\Intercept.pm
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\c\bin\dmake.exe -- OK
Running make test
"C:\Fhem\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/external/*.t
t/01loadmodule.t ..................
t/01loadmodule.t .................. 1/3 #   Failed test 'loaded'
#   at t/01loadmodule.t line 8.
Out of memory!
# Looks like you planned 3 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 1 just after 1.
t/01loadmodule.t .................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 3/3 subtests
t/acceptSSL-timeout.t ............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/acceptSSL-timeout.t line 4.
BEGIN failed--compilation aborted at t/acceptSSL-timeout.t line 4.
t/acceptSSL-timeout.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/alpn.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/alpn.t line 7.
Compilation failed in require at t/alpn.t line 7.
BEGIN failed--compilation aborted at t/alpn.t line 7.
t/alpn.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/auto_verify_hostname.t .......... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/auto_verify_hostname.t line 5.
Compilation failed in require at t/auto_verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/auto_verify_hostname.t line 5.
t/auto_verify_hostname.t .......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/cert_formats.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/cert_formats.t line 4.
BEGIN failed--compilation aborted at t/cert_formats.t line 4.
t/cert_formats.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/cert_no_file.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/cert_no_file.t line 16.
Compilation failed in require at t/cert_no_file.t line 16.
BEGIN failed--compilation aborted at t/cert_no_file.t line 16.
t/cert_no_file.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/compatibility.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/compatibility.t line 7.
BEGIN failed--compilation aborted at t/compatibility.t line 7.
t/compatibility.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/connectSSL-timeout.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/connectSSL-timeout.t line 3.
BEGIN failed--compilation aborted at t/connectSSL-timeout.t line 3.
t/connectSSL-timeout.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/core.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/core.t line 7.
Compilation failed in require at t/core.t line 7.
BEGIN failed--compilation aborted at t/core.t line 7.
t/core.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/dhe.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/dhe.t line 9.
Compilation failed in require at t/dhe.t line 9.
BEGIN failed--compilation aborted at t/dhe.t line 9.
t/dhe.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/ecdhe.t ......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/ecdhe.t line 7.
Compilation failed in require at t/ecdhe.t line 7.
BEGIN failed--compilation aborted at t/ecdhe.t line 7.
t/ecdhe.t ......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/external/ocsp.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/ocsp.t line 6.
BEGIN failed--compilation aborted at t/external/ocsp.t line 6.
t/external/ocsp.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/external/usable_ca.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/usable_ca.t line 4.
BEGIN failed--compilation aborted at t/external/usable_ca.t line 4.
t/external/usable_ca.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/io-socket-inet6.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/io-socket-inet6.t line 14.
Compilation failed in require at t/io-socket-inet6.t line 14.
BEGIN failed--compilation aborted at t/io-socket-inet6.t line 14.
t/io-socket-inet6.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/io-socket-ip.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/io-socket-ip.t line 10.
Compilation failed in require at t/io-socket-ip.t line 10.
BEGIN failed--compilation aborted at t/io-socket-ip.t line 10.
t/io-socket-ip.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/memleak_bad_handshake.t ......... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/memleak_bad_handshake.t line 7.
Compilation failed in require at t/memleak_bad_handshake.t line 7.
BEGIN failed--compilation aborted at t/memleak_bad_handshake.t line 7.
t/memleak_bad_handshake.t ......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/mitm.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/mitm.t line 5.
Compilation failed in require at t/mitm.t line 5.
BEGIN failed--compilation aborted at t/mitm.t line 5.
t/mitm.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/nonblock.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/nonblock.t line 8.
Compilation failed in require at t/nonblock.t line 8.
BEGIN failed--compilation aborted at t/nonblock.t line 8.
t/nonblock.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/npn.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/npn.t line 7.
Compilation failed in require at t/npn.t line 7.
BEGIN failed--compilation aborted at t/npn.t line 7.
t/npn.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/plain_upgrade_downgrade.t ....... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/plain_upgrade_downgrade.t line 4.
BEGIN failed--compilation aborted at t/plain_upgrade_downgrade.t line 4.
t/plain_upgrade_downgrade.t ....... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/protocol_version.t .............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/protocol_version.t line 7.
BEGIN failed--compilation aborted at t/protocol_version.t line 7.
t/protocol_version.t .............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/public_suffix_lib_encode_idn.t .. ok
t/public_suffix_lib_libidn.t ...... ok
t/public_suffix_lib_uri.t ......... ok
t/public_suffix_ssl.t ............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/public_suffix_ssl.t line 3.
BEGIN failed--compilation aborted at t/public_suffix_ssl.t line 3.
t/public_suffix_ssl.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/readline.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/readline.t line 16.
Compilation failed in require at t/readline.t line 16.
BEGIN failed--compilation aborted at t/readline.t line 16.
t/readline.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/session_ticket.t ................ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/session_ticket.t line 3.
BEGIN failed--compilation aborted at t/session_ticket.t line 3.
t/session_ticket.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sessions.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sessions.t line 7.
Compilation failed in require at t/sessions.t line 7.
BEGIN failed--compilation aborted at t/sessions.t line 7.
t/sessions.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/signal-readline.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/signal-readline.t line 5.
Compilation failed in require at t/signal-readline.t line 5.
BEGIN failed--compilation aborted at t/signal-readline.t line 5.
t/signal-readline.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sni.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sni.t line 5.
Compilation failed in require at t/sni.t line 5.
BEGIN failed--compilation aborted at t/sni.t line 5.
t/sni.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sni_verify.t .................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sni_verify.t line 5.
Compilation failed in require at t/sni_verify.t line 5.
BEGIN failed--compilation aborted at t/sni_verify.t line 5.
t/sni_verify.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/start-stopssl.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/start-stopssl.t line 6.
BEGIN failed--compilation aborted at t/start-stopssl.t line 6.
t/start-stopssl.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/startssl-failed.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/startssl-failed.t line 5.
Compilation failed in require at t/startssl-failed.t line 5.
BEGIN failed--compilation aborted at t/startssl-failed.t line 5.
t/startssl-failed.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/startssl.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/startssl.t line 7.
Compilation failed in require at t/startssl.t line 7.
BEGIN failed--compilation aborted at t/startssl.t line 7.
t/startssl.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sysread_write.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sysread_write.t line 11.
Compilation failed in require at t/sysread_write.t line 11.
BEGIN failed--compilation aborted at t/sysread_write.t line 11.
t/sysread_write.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_fingerprint.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_fingerprint.t line 4.
BEGIN failed--compilation aborted at t/verify_fingerprint.t line 4.
t/verify_fingerprint.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_hostname.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/verify_hostname.t line 5.
Compilation failed in require at t/verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/verify_hostname.t line 5.
t/verify_hostname.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_hostname_standalone.t .... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qb_2iB\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_hostname_standalone.t line 4.
BEGIN failed--compilation aborted at t/verify_hostname_standalone.t line 4.
t/verify_hostname_standalone.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run

Test Summary Report
-------------------
t/01loadmodule.t                (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/acceptSSL-timeout.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/alpn.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/auto_verify_hostname.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_formats.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_no_file.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/compatibility.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/connectSSL-timeout.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/core.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/dhe.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/ecdhe.t                       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/ocsp.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/usable_ca.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-inet6.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-ip.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/memleak_bad_handshake.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/mitm.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/nonblock.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/npn.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/plain_upgrade_downgrade.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/protocol_version.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/public_suffix_ssl.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/readline.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/session_ticket.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sessions.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/signal-readline.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni_verify.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/start-stopssl.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl-failed.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sysread_write.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_fingerprint.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname_standalone.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=38, Tests=238, 27 wallclock secs ( 0.27 usr +  0.08 sys =  0.34 CPU)
Result: FAIL
Failed 35/38 test programs. 1/238 subtests failed.
dmake.exe:  Error code 130, while making 'test_dynamic'
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports SULLR/IO-Socket-SSL-2.039.tar.gz
Stopping: 'install' failed for 'IO::Socket::SSL'



Danke und Grüße

Martin

jmike

Hi Martin.

Das ist keine Installation von Modulen, -e steht für execute.

Die Befehle laden nur die Module, und geben eben einen Fehler aus falls das Modul nicht vorhanden ist.

l05443

#114
Zitat von: jmike am 13 Dezember 2016, 17:49:39
Hi Martin.

Das ist keine Installation von Modulen, -e steht für execute.

Die Befehle laden nur die Module, und geben eben einen Fehler aus falls das Modul nicht vorhanden ist.

Hi jmike,

das -e scheint er nicht zu kennen, allerdings scheint er die Installation trotzdem auszuführen, jedoch mit folgenden Fehlern:


C:\Fhem\perl\bin>cpan -e Net::SSL
Loading internal null logger. Install Log::Log4perl for logging messages
Unknown option: e
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
Net::SSL is up to date (2.86).

C:\Fhem\perl\bin>cpan -e use LWP::UserAgent
Loading internal null logger. Install Log::Log4perl for logging messages
Unknown option: e
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
use is up to date (0.05).
LWP::UserAgent is up to date (6.15).

C:\Fhem\perl\bin>cpan -e use JSON
Loading internal null logger. Install Log::Log4perl for logging messages
Unknown option: e
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
use is up to date (0.05).
JSON is up to date (2.90).

C:\Fhem\perl\bin>cpan -e use IO::Socket::SSL
Loading internal null logger. Install Log::Log4perl for logging messages
Unknown option: e
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

CPAN: Module::CoreList loaded ok (v5.20160507)
use is up to date (0.05).
Running install for module 'IO::Socket::SSL'
CPAN: Digest::SHA loaded ok (v5.95)
CPAN: Compress::Zlib loaded ok (v2.069)
Checksum for C:\Fhem\cpan\sources\authors\id\S\SU\SULLR\IO-Socket-SSL-2.039.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.06)
CPAN: File::Temp loaded ok (v0.2304)
CPAN: YAML::XS loaded ok (v0.62)
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v1.4417)
CPAN: CPAN::Meta loaded ok (v2.150005)
Configuring S/SU/SULLR/IO-Socket-SSL-2.039.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for IO::Socket::SSL
Writing MYMETA.yml and MYMETA.json
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\perl\bin\perl.exe Makefile.PL -- OK
Running make for S/SU/SULLR/IO-Socket-SSL-2.039.tar.gz
cp lib/IO/Socket/SSL/Intercept.pm blib\lib\IO\Socket\SSL\Intercept.pm
cp lib/IO/Socket/SSL/PublicSuffix.pm blib\lib\IO\Socket\SSL\PublicSuffix.pm
cp lib/IO/Socket/SSL.pm blib\lib\IO\Socket\SSL.pm
cp lib/IO/Socket/SSL/Utils.pm blib\lib\IO\Socket\SSL\Utils.pm
cp lib/IO/Socket/SSL.pod blib\lib\IO\Socket\SSL.pod
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\c\bin\dmake.exe -- OK
Running make test
"C:\Fhem\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t t/external/*.t
t/01loadmodule.t ..................
t/01loadmodule.t .................. 1/3 #   Failed test 'loaded'
#   at t/01loadmodule.t line 8.
Out of memory!
# Looks like you planned 3 tests but ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test exited with 1 just after 1.
t/01loadmodule.t .................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 3/3 subtests
t/acceptSSL-timeout.t ............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/acceptSSL-timeout.t line 4.
BEGIN failed--compilation aborted at t/acceptSSL-timeout.t line 4.
t/acceptSSL-timeout.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/alpn.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/alpn.t line 7.
Compilation failed in require at t/alpn.t line 7.
BEGIN failed--compilation aborted at t/alpn.t line 7.
t/alpn.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/auto_verify_hostname.t .......... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/auto_verify_hostname.t line 5.
Compilation failed in require at t/auto_verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/auto_verify_hostname.t line 5.
t/auto_verify_hostname.t .......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/cert_formats.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/cert_formats.t line 4.
BEGIN failed--compilation aborted at t/cert_formats.t line 4.
t/cert_formats.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/cert_no_file.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/cert_no_file.t line 16.
Compilation failed in require at t/cert_no_file.t line 16.
BEGIN failed--compilation aborted at t/cert_no_file.t line 16.
t/cert_no_file.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/compatibility.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/compatibility.t line 7.
BEGIN failed--compilation aborted at t/compatibility.t line 7.
t/compatibility.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/connectSSL-timeout.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/connectSSL-timeout.t line 3.
BEGIN failed--compilation aborted at t/connectSSL-timeout.t line 3.
t/connectSSL-timeout.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/core.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/core.t line 7.
Compilation failed in require at t/core.t line 7.
BEGIN failed--compilation aborted at t/core.t line 7.
t/core.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/dhe.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/dhe.t line 9.
Compilation failed in require at t/dhe.t line 9.
BEGIN failed--compilation aborted at t/dhe.t line 9.
t/dhe.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/ecdhe.t ......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/ecdhe.t line 7.
Compilation failed in require at t/ecdhe.t line 7.
BEGIN failed--compilation aborted at t/ecdhe.t line 7.
t/ecdhe.t ......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/external/ocsp.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/ocsp.t line 6.
BEGIN failed--compilation aborted at t/external/ocsp.t line 6.
t/external/ocsp.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/external/usable_ca.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/external/usable_ca.t line 4.
BEGIN failed--compilation aborted at t/external/usable_ca.t line 4.
t/external/usable_ca.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/io-socket-inet6.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/io-socket-inet6.t line 14.
Compilation failed in require at t/io-socket-inet6.t line 14.
BEGIN failed--compilation aborted at t/io-socket-inet6.t line 14.
t/io-socket-inet6.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/io-socket-ip.t .................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/io-socket-ip.t line 10.
Compilation failed in require at t/io-socket-ip.t line 10.
BEGIN failed--compilation aborted at t/io-socket-ip.t line 10.
t/io-socket-ip.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/memleak_bad_handshake.t ......... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/memleak_bad_handshake.t line 7.
Compilation failed in require at t/memleak_bad_handshake.t line 7.
BEGIN failed--compilation aborted at t/memleak_bad_handshake.t line 7.
t/memleak_bad_handshake.t ......... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/mitm.t .......................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/mitm.t line 5.
Compilation failed in require at t/mitm.t line 5.
BEGIN failed--compilation aborted at t/mitm.t line 5.
t/mitm.t .......................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/nonblock.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/nonblock.t line 8.
Compilation failed in require at t/nonblock.t line 8.
BEGIN failed--compilation aborted at t/nonblock.t line 8.
t/nonblock.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/npn.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/npn.t line 7.
Compilation failed in require at t/npn.t line 7.
BEGIN failed--compilation aborted at t/npn.t line 7.
t/npn.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/plain_upgrade_downgrade.t ....... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/plain_upgrade_downgrade.t line 4.
BEGIN failed--compilation aborted at t/plain_upgrade_downgrade.t line 4.
t/plain_upgrade_downgrade.t ....... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/protocol_version.t .............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/protocol_version.t line 7.
BEGIN failed--compilation aborted at t/protocol_version.t line 7.
t/protocol_version.t .............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/public_suffix_lib_encode_idn.t .. ok
t/public_suffix_lib_libidn.t ...... ok
t/public_suffix_lib_uri.t ......... ok
t/public_suffix_ssl.t ............. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/public_suffix_ssl.t line 3.
BEGIN failed--compilation aborted at t/public_suffix_ssl.t line 3.
t/public_suffix_ssl.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/readline.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/readline.t line 16.
Compilation failed in require at t/readline.t line 16.
BEGIN failed--compilation aborted at t/readline.t line 16.
t/readline.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/session_ticket.t ................ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/session_ticket.t line 3.
BEGIN failed--compilation aborted at t/session_ticket.t line 3.
t/session_ticket.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sessions.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sessions.t line 7.
Compilation failed in require at t/sessions.t line 7.
BEGIN failed--compilation aborted at t/sessions.t line 7.
t/sessions.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/signal-readline.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/signal-readline.t line 5.
Compilation failed in require at t/signal-readline.t line 5.
BEGIN failed--compilation aborted at t/signal-readline.t line 5.
t/signal-readline.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sni.t ........................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sni.t line 5.
Compilation failed in require at t/sni.t line 5.
BEGIN failed--compilation aborted at t/sni.t line 5.
t/sni.t ........................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sni_verify.t .................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sni_verify.t line 5.
Compilation failed in require at t/sni_verify.t line 5.
BEGIN failed--compilation aborted at t/sni_verify.t line 5.
t/sni_verify.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/start-stopssl.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/start-stopssl.t line 6.
BEGIN failed--compilation aborted at t/start-stopssl.t line 6.
t/start-stopssl.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/startssl-failed.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/startssl-failed.t line 5.
Compilation failed in require at t/startssl-failed.t line 5.
BEGIN failed--compilation aborted at t/startssl-failed.t line 5.
t/startssl-failed.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/startssl.t ...................... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/startssl.t line 7.
Compilation failed in require at t/startssl.t line 7.
BEGIN failed--compilation aborted at t/startssl.t line 7.
t/startssl.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/sysread_write.t ................. Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/sysread_write.t line 11.
Compilation failed in require at t/sysread_write.t line 11.
BEGIN failed--compilation aborted at t/sysread_write.t line 11.
t/sysread_write.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_fingerprint.t ............ Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_fingerprint.t line 4.
BEGIN failed--compilation aborted at t/verify_fingerprint.t line 4.
t/verify_fingerprint.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_hostname.t ............... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at t/verify_hostname.t line 5.
Compilation failed in require at t/verify_hostname.t line 5.
BEGIN failed--compilation aborted at t/verify_hostname.t line 5.
t/verify_hostname.t ............... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/verify_hostname_standalone.t .... Can't load 'C:/Fhem/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll' for module Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden at C:/Fhem/perl/lib/DynaLoader.pm line 193.
  at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at C:\Fhem\cpan\build\IO-Socket-SSL-2.039-qwnu9P\blib\lib/IO/Socket/SSL.pm line 19.
Compilation failed in require at t/verify_hostname_standalone.t line 4.
BEGIN failed--compilation aborted at t/verify_hostname_standalone.t line 4.
t/verify_hostname_standalone.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run

Test Summary Report
-------------------
t/01loadmodule.t                (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 3 tests but ran 1.
t/acceptSSL-timeout.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/alpn.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/auto_verify_hostname.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_formats.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/cert_no_file.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/compatibility.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/connectSSL-timeout.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/core.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/dhe.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/ecdhe.t                       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/ocsp.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/external/usable_ca.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-inet6.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io-socket-ip.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/memleak_bad_handshake.t       (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/mitm.t                        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/nonblock.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/npn.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/plain_upgrade_downgrade.t     (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/protocol_version.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/public_suffix_ssl.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/readline.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/session_ticket.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sessions.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/signal-readline.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni.t                         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sni_verify.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/start-stopssl.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl-failed.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/startssl.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/sysread_write.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_fingerprint.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname.t             (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/verify_hostname_standalone.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=38, Tests=238, 33 wallclock secs ( 0.23 usr +  0.08 sys =  0.31 CPU)
Result: FAIL
Failed 35/38 test programs. 1/238 subtests failed.
dmake.exe:  Error code 130, while making 'test_dynamic'
  SULLR/IO-Socket-SSL-2.039.tar.gz
  C:\Fhem\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports SULLR/IO-Socket-SSL-2.039.tar.gz
Stopping: 'install' failed for 'IO::Socket::SSL'.


Grüße

Martin

jmike

Bitte sowas in code-tags packen...

Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden

probiers erstmal mit
cpan -i  Net::SSLeay

Amenophis86

@l05443: bitte UNBEDINGT code Tags nutzen für so lange Ausgaben. Das macht das Lesen einfacher und man muss nicht ewig scrollen. Die bekommst du mittels [ code ][ /code ] ohne Leerzeichen.

@awex102:
Du kannst mit einem DOIF arbeiten und dir ein wait attr setzen, damit der Befehl verzögert ausgegeben wird. Aber ich denke immer noch, dass userReadings einfach ist. Schau mal im Wiki oder in der CommandRef danach. Ist nämlich genau dafür dar um Formatierungen durchzuführen :)
Aktuell dabei unser neues Haus mit KNX am einrichten. Im nächsten Schritt dann KNX mit FHEM verbinden. Allein zwei Dinge sind dabei selten: Zeit und Geld...

l05443

Zitat von: jmike am 13 Dezember 2016, 18:18:06
Bitte sowas in code-tags packen...

Net::SSLeay: load_file:Das angegebene Modul wurde nicht gefunden

probiers erstmal mit
cpan -i  Net::SSLeay

Sry habs geändert :-). Wenn ich

cpan -i  Net::SSLeay

ausführe bekomme ich folgenden Fehler:

C:\Fhem\perl\bin>cpan -i Net::SSLeay
Loading internal null logger. Install Log::Log4perl for logging messages
CPAN: CPAN::SQLite loaded ok (v0.211)
Database was generated on Tue, 13 Dec 2016 13:41:47 GMT

Running install for module 'Net::SSLeay'
CPAN: LWP::UserAgent loaded ok (v6.15)
CPAN: Time::HiRes loaded ok (v1.9733)
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MI/MIKEM/Net-SSLeay-1.78.tar.gz
CPAN: YAML::XS loaded ok (v0.62)
CPAN: Digest::SHA loaded ok (v5.95)
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/M/MI/MIKEM/CHECKSUMS
CPAN: Compress::Zlib loaded ok (v2.069)
Checksum for C:\Fhem\cpan\sources\authors\id\M\MI\MIKEM\Net-SSLeay-1.78.tar.gz ok
CPAN: Archive::Tar loaded ok (v2.06)
CPAN: File::Temp loaded ok (v0.2304)
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v1.4417)
CPAN: CPAN::Meta loaded ok (v2.150005)
CPAN: Module::CoreList loaded ok (v5.20160507)
Configuring M/MI/MIKEM/Net-SSLeay-1.78.tar.gz with Makefile.PL
Unresolvable missing external dependency.
This package requires a C compiler.
NA: Unable to build distribution on this platform.
No 'Makefile' created  MIKEM/Net-SSLeay-1.78.tar.gz
  C:\Fhem\perl\bin\perl.exe Makefile.PL -- NOT OK
Stopping: 'install' failed for 'Net::SSLeay'.



Grüße

jmike

Ich denke es macht Sinn dass du das Problem auf einen eigenen Thread auslagerst. Irgendwas mit "FHEM auf Windows"...

Das Problem ist Windows und Perl... siehe:
This package requires a C compiler.

Vermutlich musst du über cygwin gehen...

l05443

Zitat von: jmike am 13 Dezember 2016, 19:41:04
Ich denke es macht Sinn dass du das Problem auf einen eigenen Thread auslagerst. Irgendwas mit "FHEM auf Windows"...

Das Problem ist Windows und Perl... siehe:
This package requires a C compiler.

Vermutlich musst du über cygwin gehen...

Ok danke mache ich.

Grüße