I'am trying to run Symfony 3.x with :
- Ubuntu 16.04
- PHP 7.0
- NGinx
I would like to interact with my PGSQL database that I created but I get this error :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_pdo_pgsql.dll' - /usr/lib/php/20151012/php_pdo_pgsql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Doctrine\DBAL\Exception\DriverException] An exception occured in driver: could not find driver
[Doctrine\DBAL\Driver\PDOException] could not find driver[PDOException] could not find driver
So I looked at my phpinfo()
and it seems that pgsql driver is enabled
Can anyone help me on this one ?