cakephp - Can't find intl php -


i'm running xampp on ubuntu 16.04 , i'm trying cakephp work. after uncommenting line corresponding extension in php.ini, keep getting message when running php:

php warning: php startup: unable load dynamic library '/opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/php_intl.so' - /opt/lampp/lib/php/extensions/no-debug-non-zts-20131226/php_intl.so: cannot open shared object file: no such file or directory in unknown on line 0

i've tried multiple ways solve such defining extension path in php.ini , downloading intl pecl can't function proprely.

thanks in advance help!

install intl extension if php version 7.0

apt-get install php7.0-intl  

if php version 5.6 run

apt-get install php56-intl 

then restart apache. hope problem solve


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -