cooperl22 / laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Other
59 stars 63 forks source link

Lumen: Unsupported driver [db2_ibmi_odbc]. #84

Open ogind-sbagul opened 1 year ago

ogind-sbagul commented 1 year ago

As stated above getting Unsupported driver [db2_ibmi_odbc] error for my Lumen project.

Here're the required details:

basavaraj-nanjappa commented 1 year ago

Myself too having same issue, though I am using php 8.1 and "cooperl/laravel-db2": "^9.0", in a Ubuntu 22 OS environment

I did several checks, not able to understand why it is not supported, do we need to install any thing else?

I am trying to run the DB2 in a container and my php application in another container

Followed this https://github.com/php/pecl-database-pdo_ibm

@cooperl22 please will you be able to comment or suggest?