I have installed php7.2, apache and mysql.
When I copied codeigniter folder in my var/www/html
it runs but give one error as
A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library 'php_mysqli' (tried: /usr/lib/php/20170718/php_mysqli (/usr/lib/php/20170718/php_mysqli: cannot open shared object file: No such file or directory), /usr/lib/php/20170718/php_mysqli.so (/usr/lib/php/20170718/php_mysqli.so: cannot open shared object file: No such file or directory))
Filename: Unknown
Line Number: 0
Backtrace:
I search for the same and tried with different solution as updating php.ini
file but still getting the same error.
I am using Ubuntu 18.04.1 LTS
OS
Your help would be appreciated. Thanks.