Does FHEM support Embedded Linux System platform?

Begonnen von alexander999, 25 Januar 2013, 13:46:01

Vorheriges Thema - Nächstes Thema

alexander999

i have a linux board from ELV called LCU(Linux Control Unit) and made my project to control some Devices. My boss has at the moment an idea to extend the functionalities to intergret FHEM. i tried FHEM out, but there is a problem. It looks like the following:

The linux system is build through buildroot, i have so configured that microperl was included in the system. The FHEM package was downloaded und unpacked in a directory on the board, when i enter the command "perl fhem.pl fhem.cfg" on the console, a error says:

# perl fhem.pl fhem.cfg                                                        
Can't locate strict.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8 .) at fhem..
BEGIN failed--compilation aborted at fhem.pl line 35.                          
#  

i have no idea, whether FHEM supports our linux system, probobly it is because the perl variant "microperl", but it's the only option. buildroot provides no other perl version. why is the normal version of perl not supported, i suppose, it could be that the linux system uses uclibc.

Has someone a experience with this or the similar problem and give me a hint to tackle it.

Best thanks at first!