You are not logged in.

#1 2014-04-25 04:56:40

hare001
Member
Registered: 2014-03-19
Posts: 1

How can i use chromium32 ,not chromium33/34?

Hello,
i have recently updated with pacman -Syu,then i can't use my chromium32.
i can use chromium34 on my computer,but when i downgrade my chromium to version 32,with downgrade chromium. i can't use it.
it says

/usr/lib/chromium/chromium: error while loading shared libraries: libicuuc.so.52: cannot open shared object file: No such file or directory

i tried sudo ln -s /lib/libicuuc.so.53.1 libicuuc.so.52
then it say

/usr/lib/chromium/chromium: error while loading shared libraries: libicuuc.so.52: cannot open shared object file: No such file or directory

What should i do next?

Offline

#2 2014-04-25 06:31:21

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How can i use chromium32 ,not chromium33/34?

What's special about chromium 32? Why not just use chromium 34?

Anyway, if you really have to downgrade, use pacman to reinstall the older version, and downgrade any required dependencies also. Do not symlink libs like that, it leads to chaos.

Offline

#3 2014-04-25 06:31:29

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: How can i use chromium32 ,not chromium33/34?

may I ask why would you want to use outdated version of the browser? How exactly did you downgrade chromium? with pacman -U from the pkg cache?
Anyway, you're getting that error because chromium 32 was linked against icu-52 and you have icu-53.1. Solution would be recompiling chromium32 (from ABS for example) against icu-53.1

EDIT. or you could just downgrade icu as tomk mentioned.

Last edited by ooo (2014-04-25 06:32:41)

Offline

#4 2014-04-25 21:06:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How can i use chromium32 ,not chromium33/34?

$ pkgfile libicuuc.so.52
testing/libreoffice-common
extra/libreoffice-common

Ummm ...?


ABS doesn't have the old versions of PKGBUILDs, use https://projects.archlinux.org/svntogit … a4d1e06f33

Last edited by karol (2014-04-25 21:07:43)

Offline

Board footer

Powered by FluxBB