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

php7.3-fpm.service (FIX) #23

Open
EdgarKeek opened this issue May 27, 2020 · 1 comment
Open

php7.3-fpm.service (FIX) #23

EdgarKeek opened this issue May 27, 2020 · 1 comment

Comments

@EdgarKeek
Copy link

While installing I've tested the scrypt many times on a new server with Ubuntu 18.04.4 LTS. Every time I have an error with the php7.3-fpm.service failing to install.

=> Installing php7.3 :
Unit php7.3-fpm.service could not be found.
Done...

This can be fixed by reverting all php7.3 mentions in install.sh file back to php7.2
php7.3 has a issue with the fpm service. I now have a succesfull install with php7.2

@EdgarKeek EdgarKeek changed the title php7.3-fpm.service php7.3-fpm.service (FIX) May 27, 2020
@kunalbarchha
Copy link

another option is to install php7.3-fpm after the script has finished.

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.3-fpm

Also, for phpMyadmin, mbstring is missing in script

sudo apt-get install php7.3-mbstring

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

2 participants