monitord auf Raspberry Pi
Hallo zusammen,
ich habe ein Problem mit dem monitord auf meinem PI.
Im Log finde ich folgenden Fehler:
Code:
09:00:53.940 ERROR: monitord/plugins/dll-elf.cpp(15) error loading library file "monitord/plugins/.libs/libmplugin_audiorecorder.so.0.0.0"
09:00:53.941 ERROR: monitord/SndPipe.cpp(325) Error plugin Factory from file monitord/plugins/.libs/libmplugin_audiorecorder.so.0.0.0
Installation habe ich via geamcht:
dann cp ./sample-configs/monitord.xml.linux ./monitord/monitord.xml
device auf <device>plughw:1,0</device> umgestellt
das sql angepasst auf <file> plugins/.libs/libmplugin_mysql.so.0.0.0</file>
den sql connect angepasst und die Tabelle Struktur verändert.
Wenn ich nun den Server starte bekomme ich den Fehler von oben. Auswertung und das schreiben in die SQL geht.
In Dateisystem ist das file auch vorhanden ...
Code:
lrwxrwxrwx 1 root root 33 Oct 2 08:37 libmplugin_audiorecorder.so -> libmplugin_audiorecorder.so.0.0.0
lrwxrwxrwx 1 root root 33 Oct 2 08:37 libmplugin_audiorecorder.so.0 -> libmplugin_audiorecorder.so.0.0.0
-rwxr-xr-x 1 root root 626776 Oct 2 08:37 libmplugin_audiorecorder.so.0.0.0
habe auch schon neu installiert was hier die Lösung war: http://www.funkmeldesystem.de/foren/...p/t-52684.html
Das System raspberrypi:
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
Displaymanager: gnome3
Ich hoffe ihr könnt mir helfen....
Danke und Gruß
Jockel