I\'m using an Ubuntu 16 server for testing with php7.1. One of my app uses bcadd function. I know that I need to install bcmath module
php7.1
bcadd
bcmath
Answering my own question. Managed to fix this issue with following repo update.
add-apt-repository ppa:ondrej/php apt update apt install php7.1-bcmath
Restart apache and all good to go.