intl.so fails to load with "undefined symbol: spoofchecker_register_constants" on PHP 7.3.1 in Disco
Bug #1813438 reported by
Michael Marley
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php7.3 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
When PHP starts, I get:
PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/
I am currently trying to figure out when this started happening and I will update the bug if I am successful.
To post a comment you must log in.
It seems to be caused by the latest release, 7.3.1-2, and its change in how icu is detected. Reverting both that change and the change in icu to not ship icu-config and rebuilding makes the issue go away again.