Running CentOS 7 php7 Installed sqlite3 because project needs it. Now I get on php -v: Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite.so' (tried: /usr/lib64/php/modules/pdo_sqlite.so (/usr/lib64/php/modules/pdo_sqlite.so: undefined symbol: sqlite3_column_table_name), /usr/lib64/php/modules/pdo_sqlite.so.so (/usr/lib64/php/modules/pdo_sqlite.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Editing pdo_sqlite.ini in php.d removes error but now mailman is in error. Trying to slide in mailman3. Can someone please point me in the right direction to fix the pdo_sqlite issue?
My first quess is you have not installed PHP support for sqlite3. I am also unsure if it is supported to install sqlite on an ISPConfig host, another database may confuse ISPConfig.