PHP intl.so fails

前端 未结 1 1263
花落未央
花落未央 2021-01-20 17:06

PHP Warning: PHP Startup: Unable to load dynamic library \'/usr/lib/php/extensions/no-debug-non-zts-20121212/intl.so\' - dlopen(/usr/lib/php/extensions/n

相关标签:
1条回答
  • 2021-01-20 17:45

    After more digging I removed, then installed intl using pecl and this seems to have worked. I also removed and then reinstalled icu4c as this is a related package that causes the issue;

    sudo pecl remove intl
    brew unlink icu4c
    brew remove icu4c
    brew install icu4c
    sudo pecl install intl
    
    0 讨论(0)
提交回复
热议问题