I have a web-based PHP script named portail
, so I want to make it functional on Ubuntu.
I installed Xampp 5.6 , Firebird 2.5 under Ubuntu, then I uncommented the library:
"extension=php_pdo_firebird.dll"
and I made the specific configuration for php5 and firebird
(https://mapopa.blogspot.com/2009/04/php5-and-firebird-pdo-on-ubuntu-hardy.html),
but he always shows me the following message
could not find driver localhost/portail
Screenshot:
You should install the required php extension if not already installed by default installation process. Php extensions are binaries which help php do extra things which can not without them. For example there is another well-known php extension called
X-Debug
which helps php developers debug their code.First of all check that you have this
php_pdo_firebird
extension installed (or not), using Ubuntu CLI (Command-Line Interface):installed system-wide by default:
installed using your package manager:
If none of the above returned a result, then you do not have that extension installed. you should install it using your preferred package manager: