urlgrey / hsmm-pi

A set of tools to easily configure the Raspberry Pi to function as a High-Speed Multimedia (HSMM) wireless node.
MIT License
370 stars 92 forks source link

Error in intalation in Raspberry pi 3 #129

Open pedrofelipest opened 6 years ago

pedrofelipest commented 6 years ago

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
compuvin commented 6 years ago

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

pedrofelipest commented 6 years ago

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

compuvin commented 6 years ago

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

pedrofelipest commented 6 years ago

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

schlad21 commented 5 years ago

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