3370 freetz Perl Replacement

Begonnen von Rantanplan, 07 März 2014, 14:21:47

Vorheriges Thema - Nächstes Thema

Rantanplan

hi there, i wanted to tell you about my effort to solve the HTTP::Request::Common problem on my freetzed 3370.

Download the fb7390 image from fhem.de, rename it into a .tar.gz Archive and unpack it.
in the Directory of your unpacked 7390 image, you'll find another fhem.tar.gz Archiv, unpack it too and browse to .../fhem/lib/
copy the whole perl5 Folder to your FritzSMB share, most likely found in fritz.box/FRITZ
!Stop your fhem service!
go via Telnet or ssh to your Fritzbox
go into your fhem/lib Folder and remove your perl5 Folder via rm -r perl5
Copy the 7390 perl5 lib to fhem/lib via cp /var/media/ftp/FRITZ/perl5 <pathtofhem>/lib/
dont forget the permissions!
chown -R root:root perl5 & chmod -R 755 perl5
and your happy! ;)