Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in intalation in Raspberry pi 3 #129

Open
pedrofelipest opened this issue Jan 24, 2018 · 5 comments
Open

Error in intalation in Raspberry pi 3 #129

pedrofelipest opened this issue Jan 24, 2018 · 5 comments

Comments

@pedrofelipest
Copy link

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 pedrofelipest changed the title Erro in intalation in Raspberry pi 3 Error in intalation in Raspberry pi 3 Jan 24, 2018
@compuvin
Copy link

compuvin commented Feb 2, 2018

I made some minor changes to the install script to get mine to work. They are included pull request #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
Copy link
Author

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

@compuvin
Copy link

compuvin commented Feb 2, 2018

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

@pedrofelipest
Copy link
Author

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

@schlad21
Copy link

schlad21 commented Dec 28, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants