hsmm-pi icon indicating copy to clipboard operation
hsmm-pi copied to clipboard

Error in intalation in Raspberry pi 3

Open pedrofelipest opened this issue 7 years ago • 5 comments

I followed the installation steps and in sh install.sh gives error.

E: Package 'php5' has no candidate for installation
E: 'php5-mcrypt' package has no candidate for installation
E: 'php5-sqlite' package has no candidate for installation

pedrofelipest avatar Jan 24 '18 14:01 pedrofelipest

I made some minor changes to the install script to get mine to work. They are included pull request https://github.com/urlgrey/hsmm-pi/pull/131

Essentially, you need to remove the 5 at the end of all lines with PHP listed and php5-splite should be php-sqlite3

compuvin avatar Feb 02 '18 13:02 compuvin

I did this, but when I go to configure the network it returns a php error.

pedrofelipest avatar Feb 02 '18 20:02 pedrofelipest

Is this when you go to submit the data? Did you use the other files in the pull request?

compuvin avatar Feb 02 '18 21:02 compuvin

This is when I configure the network nodes. I will soon send a screenshot with the error.

pedrofelipest avatar Feb 02 '18 21:02 pedrofelipest

cd ./hsmmi-pi sudo nano install.sh change the lines with php5 packages to php7.0 packages ctrl o enter sh install.sh

schlad21 avatar Dec 28 '18 06:12 schlad21