-
-
Notifications
You must be signed in to change notification settings - Fork 404
Unable to install the pdo_firebird extension on arm64 (Alpine Linux) #465
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
Comments
I don't have an arm64 device at hand.
|
Thanks already for taking the time to look at this. I've executed the commands 1 by 1 using the The output of that is pretty much the same as above:
I'm not sure this can be fixed with the 2.5.9 version, as I don't see the used asset in amd64 version, only for CS and SS there are amd64 versions at: https://github.com/FirebirdSQL/firebird/releases/tag/R2_5_9 |
#496 could probably fix this issue. It should be as easy as running:
|
I've executed the commands as provided, but the result is pretty much the same.
|
It seems that aarch64 isn't supported by firebird 3. I tried to compile firebird 4 on Alpine Linux v3.15.
(even if the script installs icu-libs 69.1-r1, icu (69.1-r1 and icu-dev 69.1-r1) We should report these issues to the Firebird maintainers... |
It seems there is some work being done in this PR regarding M1 support: FirebirdSQL/firebird#7073 |
Looks like Firebird v4.0.2 will add support for it, but it's not yet released: FirebirdSQL/firebird#7041 (comment) |
@mlocati Firebird v4.0.2 is finally released: https://github.com/FirebirdSQL/firebird/releases/tag/v4.0.2 and it comes with "Firebird port for Apple M1 architecture". Can we attempt to make this work? If you need me to test / try anything, let me know. Thanks! |
@rdrenth I've just tried to build firebird 4.0.2 on Alpine, without luck:
So, we have two problems here:
|
Thanks for your continued effort with this issue, I'd say we're kind of out of options to make this work and we should close the issue. |
If you need it, you should file an issue at https://github.com/FirebirdSQL/firebird/issues to ask them to support Alpine Linux... |
#963 installs firebird 5 (which should support arm64 on linus). |
Running the command
install-php-extensions pdo_firebird
fails on aarch64 / arm64 architecture and distro alpine with php version 7.4The full output of this is:
Any idea if this can be made so it works on arm64 aswell?
The text was updated successfully, but these errors were encountered: