You are not logged in.

#1 2012-10-31 19:37:24

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

[SOLVED] libicuuc.so.48: cannot open shared object file: No such file

I just did the last pacman update, tried with several mirrors (ftp.archlinux.org included).

Starting Chromium or Firefox gives me this error:

error while loading shared libraries: libicuuc.so.48: cannot open shared object file: No such file or directory

Error could be temporary solved by softlinking libicuuc.so.48 to libicuuc.so.49 (or libicuuc.so.49.1.2), but Chromium then experiences
major graphical problems and becomes useless.

I understand this lib is part of icu package so I tried building it with ABS - no luck, the problem exists.

What should I try next?

Last edited by Mr. X (2012-11-02 09:59:30)

Offline

#2 2012-10-31 21:34:58

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

Make sure your system is fully up-to-date (pacman -Syu).

Offline

#3 2012-10-31 22:34:17

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

I did, I even tried it with official ftp.archlinux.org mirror, and then I tried enabling the test repo too. Did a reboot afterwards, but nothing helped.

edit:
I just realized every GTK app I start raises the same error

Last edited by Mr. X (2012-10-31 22:39:16)

Offline

#4 2012-10-31 22:47:18

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,103

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

Are you using any package from the AUR or an unofficial repo?

Offline

#5 2012-10-31 22:54:59

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

I do use AUR packages in general

Offline

#6 2012-11-01 07:58:05

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,103

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

What I mean is, have you replaced any official package with an unofficial version from another repo? Otherwise, try an strace to see why it is trying to access an old libicu version

Offline

#7 2012-11-01 09:54:49

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

Your guess led me to the conclusion!

AUR packages were not the problem, but what I did was I force-removed gtk2 and gtk3 packages and then installed them again. Everything works now, thanks.

Here's exactly what I did

pacman -Rdd harfbuzz-git pango gtk2 gtk3 librsvg pangomm libtiger
pacman -S gtk2 gtk3

Last edited by Mr. X (2012-11-01 09:55:04)

Offline

#8 2012-11-01 10:38:02

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,103

Re: [SOLVED] libicuuc.so.48: cannot open shared object file: No such file

So there you have it, harfbuzz-git was your problem

Offline

Board footer

Powered by FluxBB