Hey,
ich versuche gerade Monitord auf dem Raspi mit Hilfe der Anleitung von dataflash auf Seite 11 (http://www.funkmeldesystem.de/foren/...=55948&page=11) zu installieren. Dabei bin ich jetzt bei:
cd ..
sudo autoreconf -fi
sudo ./configure --enable-plugins --with-alsa --with-mysql
sudo make
sudo make install
sudo cp sample-config/monitord.xml.linux monitod/monitord.xml
angekommen doch ich bekomme folgende fehlermeldungen:
pi@raspberrypi ~ $ sudo autoreconf -fi
autoreconf: 'configure.ac' or 'configure.in' is required
pi@raspberrypi ~ $ sudo ./configure --enable-plugins --with-alsa --with-mysql
sudo: ./configure: command not found
pi@raspberrypi ~ $ sudo autoreconf -fi
autoreconf: 'configure.ac' or 'configure.in' is required
pi@raspberrypi ~ $ sudo ./configure --enable-plugins --with-alsa --with-mysql
sudo: ./configure: command not found
pi@raspberrypi ~ $ sudo make
make: *** No targets specified and no makefile found. Stop.
pi@raspberrypi ~ $ sudo make install
make: *** No rule to make target `install'. Stop.
pi@raspberrypi ~ $ sudo cp sample-config/monitord.xml.linux monitod/monitord.xml
cp: cannot stat `sample-config/monitord.xml.linux': No such file or directory
pi@raspberrypi ~ $
Was mache ich falsch und brauche ich wirklich alles ( Apache, PHP5, mySQL und phpMyAdmin) auf dem Raspi zu installieren? Könnte vllt. jemand eine funktionierende fertige monitord.xml hochladen?
schonmal danke für eure Hilfe
Gruß Tobi