Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to install docker-files/php/7.4fpm with pdo_firebird #56

Open
Tomanhez opened this issue Feb 18, 2022 · 2 comments
Open

Not possible to install docker-files/php/7.4fpm with pdo_firebird #56

Tomanhez opened this issue Feb 18, 2022 · 2 comments

Comments

@Tomanhez
Copy link

Hi.

I read your docker-files/php/7.4fpm file, you describe that is possible to add pdo_firebird but I can't do this.
I try it with RUN docker-php-ext-configure pdo_firebird --with-pdo-firebird \ && docker-php-ext-install -j$(nproc) \ pdo_firebird \

I spent a lot of time to search solution for it, and I see that there is no packages support it on alpine linux.(Maybe one, compiling php form scrath with --with-pdo-firebird flag https://www.php.net/pdo_firebird but it does't satisfy me)

Maybe you have any solution?

@codeliner
Copy link
Member

@sandrokeil ☝️ ?

@sandrokeil
Copy link
Member

If there is no Alpine linux package support for firebird, then I guess we can not do anyhting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants