I just transferred from Windows Apache MariaDB PHP to Manjaro and the installation as described in Install Apache, MariaDB, PHP (LAMP) 2016 went smoothly.
Alas on running my database module (/srv/ap/ngaro.i) I get an uncaught PDOException:
[Sun Aug 09 08:48:59.116517 2020] [php7:error] [pid 1707] [client 127.0.0.1:39316] PHP Fatal error: Uncaught PDOException: could not find driver in /srv/ap/ngaro.i:57\nStack trace:\n#0 /srv/ap/ngaro.i(57): PDO->__construct()\n#1 /srv/ap/ngaro.i(72): reflog()\n#2 /srv/http/ap.php(16): include_once('/srv/ap/ngaro.i')\n#3 {main}\n thrown in /srv/ap/ngaro.i on line 57
In other words "Can't find PDO driver"
Is there something I missed in the setup to include PDO interface to MariaDB?
edit: This is the relevant entry in phpinfo();