Issue with ICU Library Versions in Custom PHP Buildpack Using Alpine Stack #302
arvind9140
started this conversation in
PHP Team
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm encountering an issue with my custom PHP buildpack, which uses "alpine" as the stack. During runtime, I receive the following error:
To address this, I attempted to create symbolic links for the missing ICU libraries:
However, after creating these symlinks, I encountered another error:
It appears that this issue is related to the ICU version, as Alpine only provides versions greater than 75.
Has anyone else faced a similar issue, or does anyone have suggestions on how to resolve this? Your help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions