Olá pessoal!
Estou seguindo esse tutorial e no momento que executo o comando "bin/console novosga:install" ele apresenta esse erro:
root@instance-20230316-1214:/var/www/novosga2# bin/console novosga:install
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /usr/lib/php/20170718/pdo_mysql.so (/usr/lib/php/20170718/pdo_mysql.so: undefin ed symbol: mysqlnd_allocator), /usr/lib/php/20170718/pdo_mysql.so.so (/usr/lib/p hp/20170718/pdo_mysql.so.so: cannot open shared object file: No such file or dir ectory)) in Unknown on line 0
Welcome to NovoSGA v2.0.8 installer
Checking environment...
Environment Ok!
Creating database...
19:05:41 ERROR [console] Error thrown while running command "novosga:install ". Message: "An exception occurred in driver: could not find driver" ["exception " => Doctrine\DBAL\Exception\DriverException { …},"command" => "novosga:install" ,"message" => "An exception occurred in driver: could not find driver"]
In AbstractMySQLDriver.php line 106: An exception occurred in driver: could not find driver
In PDOConnection.php line 31: could not find driver
In PDOConnection.php line 27: could not find driver
novosga:install [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [- -ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <comma nd>
Alguém sabe como resolver esse erro?