You are not logged in.
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/intl.so' - libicui18n.so.52: cannot open shared object file: No such file or directory in Unknown on line 0
any suggestions? im at latest version 5.5.11, what package do i ned to update?
Last edited by wolfdogg (2014-05-29 04:41:50)
Offline
depends on what you are trying to do which produces that error. Can you be a bit more informative in your post ?
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
ok, so what im trying to do is clear out symfony cache, and run other console features, such as assetic:dump, etc... so basically its a symfony command
$ php app/console assetic:dump --watch --force
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/intl.so' - libicui18n.so.52: cannot open shared object file: No such file or directory in Unknown on line 0
Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/intl.so' - libicui18n.so.52: cannot open shared object file: No such file or directory in Unknown on line 0
Dumping all dev assets.
Debug mode is on.
i am thinking its something caused by a recent update, but im not sure what i updated, i did it late friday night..
Last edited by wolfdogg (2014-04-23 00:24:47)
Offline
i am thinking its something caused by a recent update, but im not sure what i updated, i did it late friday night..
you can always check your pacman log
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Partial updates are not supported. php-intl was rebuilt for the icu soname bump.
So the answer to your question "what package do i ned to update?" is simple. All of them.
Last edited by Scimmia (2014-04-23 03:58:46)
Offline
thanks,
i finally fixed it today, it was an ignored package. i had apache and php ignored because i was really busy in some php development and couldnt afford a setback on apache due to the recent reconfigs i had to do on it when it went to 2.4x. i removed php and apache entries from pacman.conf, (the only ignored packages on there) and after an update, that error message went away.
Offline