[FHZ] Einrichten unter Suse 10.3 SerialPort.pm

Begonnen von Guest, 18 April 2008, 16:11:36

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

Hallo,

ich versuche gerade fhem.pl unter Suse 10.3 einzurichten. Leider gibt
es für Suse kein Paket, welches SerialPort.pm zur Verfügung stellt.
Ich habe es mir jetzt von  http://search.cpan.org/src/COOK/Device-SerialPort-1.04/Seria lPort.pm
runtergeladen und nach /usr/lib/perl5/5.8.8/i586-linux-thread-multi/
Device Installiert.

Nun bekomme ich folgende Fehlermeldung:

Can't locate loadable object for module Device::SerialPort in @INC
(@INC contains: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/
perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /
usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/
vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/
5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/local/lib//FHEM/00_FHZ.pm
line 7
Compilation failed in require at /usr/local/lib//FHEM/00_FHZ.pm line
7, <$fh> line 14.
BEGIN failed--compilation aborted at /usr/local/lib//FHEM/00_FHZ.pm
line 7, <$fh> line 14.
Compilation failed in require at /usr/local/bin/fhem.pl line 1311, <
$fh> line 14.



Um es kurz zu machen HHHIIILLLFFFEEE !!!! :)

Gruss Stefan Manteuffel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

rudolfkoenig

                                                   

Was heisst "installiert"?

Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
bestand, was natuerlich nicht reicht. Alternativen:

- Manuell:
  Download package
  unpack; cd into package
  perl Makefile.pl
  make
  make install
- Automatisch:
  perl -M CPAN -e shell
    install Device::SerialPort
- Distribution wechseln :-)

Gruss,
  Rudi


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

Guest

Originally posted by: <email address deleted>

Hallo Rudi und danke für die antwort.

jein. Ich habe das Package fhem-4.2.tar.gzvon deiner Seite
runtergeladen und dann mit make und make install Installiert.
Ein Makefile.pl hab ich nicht gefunden ?

Gruss Stefan

On Apr 18, 4:34 pm, Rudolf Koenig wrote:
> Was heisst "installiert"?
>
> Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
> bestand, was natuerlich nicht reicht. Alternativen:
>
> - Manuell:
>   Download package
>   unpack; cd into package
>   perl Makefile.pl
>   make
>   make install
> - Automatisch:
>   perl -M CPAN -e shell
>     install Device::SerialPort
> - Distribution wechseln :-)
>
> Gruss,
>   Rudi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

Guest

Originally posted by: <email address deleted>

Rudi meint das Device::SerialPort

Viele Gruesse
Sascha

Am Freitag, 18. April 2008 18:56 schrieb stefan:
>
> Hallo Rudi und danke für die antwort.
>
> jein. Ich habe das Package fhem-4.2.tar.gzvon deiner Seite
> runtergeladen und dann mit make und make install Installiert.
> Ein Makefile.pl hab ich nicht gefunden ?
>
> Gruss Stefan
>
> On Apr 18, 4:34 pm, Rudolf Koenig wrote:
>>  Was heisst "installiert"?
>>
>>  Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
>>  bestand, was natuerlich nicht reicht. Alternativen:
>>
>>  - Manuell:
>>    Download package
>>    unpack; cd into package
>>    perl Makefile.pl
>>    make
>>    make install
>>  - Automatisch:
>>    perl -M CPAN -e shell
>>      install Device::SerialPort
>>  - Distribution wechseln :-)
>>
>>  Gruss,
>>    Rudi
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

Guest

Originally posted by: <email address deleted>

Das habe ich leider nicht als Paket gefunden und auf eine andere
Distri umsteigen. Das hab ich gerade gemacht, Da ich unter Ubuntu
hardy Lirc nicht zum Laufen bekommen habe.

Ok ich suche mal den Quelltext von  Device::SerialPort und versuche
mein Glück weiter.

Gruss Stefan

On Apr 18, 8:00 pm, Sascha Pollok wrote:
> Rudi meint das Device::SerialPort
>
> Viele Gruesse
> Sascha
>
> Am Freitag, 18. April 2008 18:56 schrieb stefan:
>
>
>
> > Hallo Rudi und danke für die antwort.
>
> > jein. Ich habe das Package fhem-4.2.tar.gzvon deiner Seite
> > runtergeladen und dann mit make und make install Installiert.
> > Ein Makefile.pl hab ich nicht gefunden ?
>
> > Gruss Stefan
>
> > On Apr 18, 4:34 pm, Rudolf Koenig wrote:
> >>  Was heisst "installiert"?
>
> >>  Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
> >>  bestand, was natuerlich nicht reicht. Alternativen:
>
> >>  - Manuell:
> >>    Download package
> >>    unpack; cd into package
> >>    perl Makefile.pl
> >>    make
> >>    make install
> >>  - Automatisch:
> >>    perl -M CPAN -e shell
> >>      install Device::SerialPort
> >>  - Distribution wechseln :-)
>
> >>  Gruss,
> >>    Rudi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

Guest

Originally posted by: <email address deleted>

Huhu,

du warst schon auf dem richtigen weg. Du brauchst das
Device-SerialPort-x.xx.tar.gz Archiv.

tar -xvzf Device-SerialPort-x.xx.tar.gz
cd Device-SerialPort-x.xx
perl Makefile.PL
make install

Wink
Sascha

Am Freitag, 18. April 2008 20:24 schrieb stefan:
>
> Das habe ich leider nicht als Paket gefunden und auf eine andere
> Distri umsteigen. Das hab ich gerade gemacht, Da ich unter Ubuntu
> hardy Lirc nicht zum Laufen bekommen habe.
>
> Ok ich suche mal den Quelltext von  Device::SerialPort und versuche
> mein Glück weiter.
>
> Gruss Stefan
>
> On Apr 18, 8:00 pm, Sascha Pollok wrote:
>>  Rudi meint das Device::SerialPort
>>
>>  Viele Gruesse
>>  Sascha
>>
>>  Am Freitag, 18. April 2008 18:56 schrieb stefan:
>>
>>
>>
>>  > Hallo Rudi und danke für die antwort.
>>
>>  > jein. Ich habe das Package fhem-4.2.tar.gzvon deiner Seite
>>  > runtergeladen und dann mit make und make install Installiert.
>>  > Ein Makefile.pl hab ich nicht gefunden ?
>>
>>  > Gruss Stefan
>>
>>  > On Apr 18, 4:34 pm, Rudolf Koenig wrote:
>>  >>  Was heisst "installiert"?
>>
>>  >>  Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
>>  >>  bestand, was natuerlich nicht reicht. Alternativen:
>>
>>  >>  - Manuell:
>>  >>    Download package
>>  >>    unpack; cd into package
>>  >>    perl Makefile.pl
>>  >>    make
>>  >>    make install
>>  >>  - Automatisch:
>>  >>    perl -M CPAN -e shell
>>  >>      install Device::SerialPort
>>  >>  - Distribution wechseln :-)
>>
>>  >>  Gruss,
>>  >>    Rudi
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-

Guest

Originally posted by: <email address deleted>

So nach dem ich  http://dl.ambiweb.de/mirrors/ftp.cpan.org/modules/by-module/ Device/COOK/Device-SerialPort-1.04.tar.gz
runtergeladen und wie von Rudi beschrieben mit :
perl Makefile.pl
  make
  make install

übersetzt habe. Start der fhem

Ich danke euch.

Gruss Stefan

On Apr 18, 8:24 pm, stefan wrote:
> Das habe ich leider nicht als Paket gefunden und auf eine andere
> Distri umsteigen. Das hab ich gerade gemacht, Da ich unter Ubuntu
> hardy Lirc nicht zum Laufen bekommen habe.
>
> Ok ich suche mal den Quelltext von  Device::SerialPort und versuche
> mein Glück weiter.
>
> Gruss Stefan
>
> On Apr 18, 8:00 pm, Sascha Pollok wrote:
>
> > Rudi meint das Device::SerialPort
>
> > Viele Gruesse
> > Sascha
>
> > Am Freitag, 18. April 2008 18:56 schrieb stefan:
>
> > > Hallo Rudi und danke für die antwort.
>
> > > jein. Ich habe das Package fhem-4.2.tar.gzvon deiner Seite
> > > runtergeladen und dann mit make und make install Installiert.
> > > Ein Makefile.pl hab ich nicht gefunden ?
>
> > > Gruss Stefan
>
> > > On Apr 18, 4:34 pm, Rudolf Koenig wrote:
> > >>  Was heisst "installiert"?
>
> > >>  Ich habe die leise Vermutung, dass es Deine "Installation" aus cp
> > >>  bestand, was natuerlich nicht reicht. Alternativen:
>
> > >>  - Manuell:
> > >>    Download package
> > >>    unpack; cd into package
> > >>    perl Makefile.pl
> > >>    make
> > >>    make install
> > >>  - Automatisch:
> > >>    perl -M CPAN -e shell
> > >>      install Device::SerialPort
> > >>  - Distribution wechseln :-)
>
> > >>  Gruss,
> > >>    Rudi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "FHZ1000 users on Linux" group.
To post to this group, send email to FHZ1000-users-on-unix@googlegroups.com
To unsubscribe from this group, send email to FHZ1000-users-on-unix-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/FHZ1000-users-on-unix?hl=en
-~----------~----~----~----~------~----~------~--~-