Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created November 15, 2018 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuonghuynh/be4328baa759e82f1d37e6ed72f4fb20 to your computer and use it in GitHub Desktop.
Save cuonghuynh/be4328baa759e82f1d37e6ed72f4fb20 to your computer and use it in GitHub Desktop.
Unable to load dynamic library '/usr/local/opt/php71-intl/intl.so'

The fix is actually quite easy. Since the library is now in the core of PHP and should be managed using pecl. One should delete the include in the conf.d directory of the PHP version you're running. E.G: For PHP 7.1 I would remove the following:

/usr/local/etc/php/7.1/conf.d/ext-intl.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment