Error 해결 방법 “The requested PHP extension bcmath is missing from your system.”
Add to favorites
PHP와 php-bcmath를 재설치/업그레이드 한다
1. php 를 업그레이드한다
– sudo apt-get install php
2. php-bcmath를 설치한다
– sudo apt-get install php-bcmath
3. 웹서비스(Nginx/Apache)를 재시작한다
– sudo systemctl restart nginx
4. 웹서비스를 확인하고 접속한다
– sudo systemctl status nginx
Ubuntu Version 업그레이드를 하고 설치해도 되네요
1. 소스 위치 변경
sudo sed -i -re ‘s/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g’ /etc/apt/sources.list
2. OS 업그레이드 진행
sudo apt-get update && sudo apt-get dist-upgrade