Hi
Using the tutorials I managed to make a EmonTX send some test data (voltage) to a Raspberry PI.
In the PI I installed the ready-to-go image with all installed but (since I am a newbie in non windows-os) I wanted to make the step-by-step installation found at http://openenergymonitor.org/emon/emoncms/installing-ubuntu-debian-pi
MySql and Apache2 installed fine but PHP got plenty of 404 errors from repository and was unable to start.
I used the following command: "sudo apt-get install php5 libapache2-mod-php5"
Any Idea?
Best regards
Re: Emoncms: PHP install failure
Try updating:
$ sudo apt-get update
Worked for me when I had similar errors.
Martin
Re: Emoncms: PHP install failure
Thanks! That did the job!