You are not logged in.

#1 2014-04-22 19:19:00

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

php intl.so unable to load [solved]

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)


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

#2 2014-04-22 19:53:39

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: php intl.so unable to load [solved]

depends on what you are trying to do which produces that error. Can you be a bit more informative in your post ?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2014-04-23 00:23:34

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

Re: php intl.so unable to load [solved]

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)


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

#4 2014-04-23 03:36:21

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: php intl.so unable to load [solved]

wolfdogg wrote:

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 roll


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#5 2014-04-23 03:56:10

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,432

Re: php intl.so unable to load [solved]

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

#6 2014-05-29 04:37:47

wolfdogg
Member
From: Portland, OR, USA
Registered: 2011-05-21
Posts: 545

Re: php intl.so unable to load [solved]

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.


Node.js, PHP Software Architect and Engineer (Full-Stack/DevOps)
GitHub  | LinkedIn

Offline

Board footer

Powered by FluxBB