[arch-general] libicuuc.so.54: cannot open shared object
gabx@hortensia ➤➤ ~ % R /usr/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory gabx@hortensia ➤➤ ~ % mypac icu 306:icu 55.1-1 386:lib32-icu 54.1-1 gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuio.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuio.so.54 -> libicuio.so.54.1* This issue is quite new, R never complain about this lib. How can I solve this issue? Thank you -- google.com/+arnaudgabourygabx
On 13.4.2015 11:29, arnaud gaboury wrote:
gabx@hortensia ➤➤ ~ % R /usr/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory
gabx@hortensia ➤➤ ~ % mypac icu 306:icu 55.1-1 386:lib32-icu 54.1-1
gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuio.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuio.so.54 -> libicuio.so.54.1*
This issue is quite new, R never complain about this lib.
How can I solve this issue? Thank you
If that's an AUR package, you need to rebuild it yourself.
On 04/13/15 at 11:31am, Armin K. wrote:
On 13.4.2015 11:29, arnaud gaboury wrote:
gabx@hortensia ➤➤ ~ % R /usr/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory
gabx@hortensia ➤➤ ~ % mypac icu 306:icu 55.1-1 386:lib32-icu 54.1-1
gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuio.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuio.so.54 -> libicuio.so.54.1*
This issue is quite new, R never complain about this lib.
How can I solve this issue? Thank you
If that's an AUR package, you need to rebuild it yourself.
libicu.so.55 just hit [extra], but I can't see R depending on icu so maybe it has some plugin which requires icu which you need to rebuild? -- Jelle van der Waa
libicu.so.55 just hit [extra], but I can't see R depending on icu so maybe it has some plugin which requires icu which you need to rebuild?
If you run the following $ LD_DEBUG=all ld /usr/lib64/R/bin/exec/R You should be able to figure out which library that R links with that needs icu (i.e. an indirect dependency).
On Mon, Apr 13, 2015 at 11:31 AM, Armin K. <krejzi@email.com> wrote:
On 13.4.2015 11:29, arnaud gaboury wrote:
gabx@hortensia ➤➤ ~ % R /usr/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory
gabx@hortensia ➤➤ ~ % mypac icu 306:icu 55.1-1 386:lib32-icu 54.1-1
gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuio.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuio.so.54 -> libicuio.so.54.1*
This issue is quite new, R never complain about this lib.
How can I solve this issue? Thank you
If that's an AUR package, you need to rebuild it yourself.
It did indeed fix the package. TY -- google.com/+arnaudgabourygabx
On Mon, Apr 13, 2015 at 11:29 AM, arnaud gaboury <arnaud.gaboury@gmail.com> wrote:
gabx@hortensia ➤➤ ~ % R /usr/lib64/R/bin/exec/R: error while loading shared libraries: libicuuc.so.54: cannot open shared object file: No such file or directory
gabx@hortensia ➤➤ ~ % mypac icu 306:icu 55.1-1 386:lib32-icu 54.1-1
gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuio.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuio.so.54 -> libicuio.so.54.1*
sorry, wrong lib: gabx@hortensia ➤➤ ~ % ls -al /usr/lib32/libicuuc.so.54 lrwxrwxrwx 1 root root 16 Oct 22 02:14 /usr/lib32/libicuuc.so.54 -> libicuuc.so.54.1*
This issue is quite new, R never complain about this lib.
How can I solve this issue? Thank you
--
google.com/+arnaudgabourygabx
-- google.com/+arnaudgabourygabx
participants (4)
-
Armin K.
-
arnaud gaboury
-
Delcypher
-
Jelle van der Waa