PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : monitord auf Raspberry Pi



Jockel91
02.10.2013, 09:17
Hallo zusammen,
ich habe ein Problem mit dem monitord auf meinem PI.

Im Log finde ich folgenden Fehler:


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:


svn co http://svn.monitord.de/monitor/trunk monitord
cd monitord
autoreconf -fi
./configure --enable-plugins --with-alsa --with-mysql
make
make install


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 ...


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/archive/index.php/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