You are not logged in.

#1 2024-05-21 10:01:54

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

[SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Hi, I am getting this error whenever I am trying to run megasync

error while loading shared libraries: libicuuc.so.74

.
I tried running

ldconfig -p | grep libicuuc

which gave me the following results

libicuuc.so.75 (libc6,x86-64) => /usr/lib/libicuuc.so.75
	libicuuc.so (libc6,x86-64) => /usr/lib/libicuuc.so

So my  libicuuc version is higher than the libcuuc version needed for megasync and since I don't think downgrading is a good idea, can I do anything else? I tried installing the app both from AUR and using Pacman to install the tar.gz package but I am getting same error on both.

Last edited by mr.monsterkoala (2024-06-15 15:30:13)

Offline

#2 2024-05-21 10:17:17

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 12,398

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

You will have to rebuild megasync against the new icu version.

Any other non-repo packages that depend on icu will also need rebuilding .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building to complicated ?
Try clean chroot manager by graysky

Offline

#3 2024-05-21 10:28:05

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Thank you, by build do you mean NOT to install it using any AUR packages like yay and build it by downloading the github repo?

Offline

#4 2024-05-21 10:56:05

Awebb
Member
Registered: 2010-05-06
Posts: 6,439

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

mr.monsterkoala wrote:

Thank you, by build do you mean NOT to install it using any AUR packages like yay and build it by downloading the github repo?

Please read the AUR wiki article again to understand what the AUR is and what it does. Rebuild means rebuilding it with makepkg, something yay will sometimes do and sometimes it won't. It's best to learn to do it the Arch way before you use tools like yay.

Offline

#5 2024-05-21 11:12:16

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

I build the package using makepkg and installed it using Pacman -U but I am still getting the same error whenever I am trying to run it.

Offline

#6 2024-05-21 11:51:47

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,925
Website

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

If you ran just makepkg in the directory where it had been built previously, this is to be expected.  You'd need to run `makepkg -f`.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2024-05-21 11:59:22

Awebb
Member
Registered: 2010-05-06
Posts: 6,439

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Yeah, makepkg even tells you, that it didn't rebuild the package, because there still was one in the cache. Always read carefully and then "man makepkg".

Offline

#8 2024-05-21 12:02:14

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 12,165
Website

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#9 2024-05-21 12:34:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,808

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

What AUR package are you using, exactly?

Online

#10 2024-05-21 12:59:54

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Trilby wrote:

If you ran just makepkg in the directory where it had been built previously, this is to be expected.  You'd need to run `makepkg -f`.

Previously I was building through yay but I uninstalled the package and tried with makepkg -f however it's the same result.

Offline

#11 2024-05-21 13:00:31

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Scimmia wrote:

What AUR package are you using, exactly?

this - https://aur.archlinux.org/packages/megasync-bin

Offline

#12 2024-05-21 13:04:54

Awebb
Member
Registered: 2010-05-06
Posts: 6,439

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

mr.monsterkoala wrote:

Previously I was building through yay but I uninstalled the package and tried with makepkg -f however it's the same result.

I see, then you did most likely nothing wrong.

mr.monsterkoala wrote:
Scimmia wrote:

What AUR package are you using, exactly?

this - https://aur.archlinux.org/packages/megasync-bin

The -bin suffix says, that the package has been pre-built and is only packaged and installed through the AUR. You should go to the AUR package page and read the comments there and if you have something new to add, write a comment yourself.

The maintainer of the package seems to be aware of the problem and upstream has to fix this. Since there is no source package we can build ourselves, upstream has to release an update first.

Offline

#13 2024-05-21 13:07:01

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

yes I saw the latest comments just now, seems like people are having similar issues, can only wait then.

Offline

#14 2024-05-21 16:13:46

loqs
Member
Registered: 2014-03-06
Posts: 17,765

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

mr.monsterkoala wrote:

yes I saw the latest comments just now, seems like people are having similar issues, can only wait then.

Or switch to the the none -bin package or use  https://aur.archlinux.org/packages/icu74 then update the megasyc-bin package to depend upon it.

Last edited by loqs (2024-05-21 22:09:58)

Offline

#15 2024-05-24 15:23:09

mr.monsterkoala
Member
Registered: 2023-07-14
Posts: 28

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Update on the issue, the upper stream package is still not fixed, however temporarily installing icu74 from AUR fixes the issue.
https://aur.archlinux.org/packages/icu74

Offline

#16 2024-05-29 20:00:19

DeezUsers
Member
Registered: 2024-05-29
Posts: 8

Re: [SOLVED] Megasync error while loading shared libraries: libicuuc.so.74

Yea that one works!

Last edited by DeezUsers (2024-05-29 20:00:58)

Offline

Board footer

Powered by FluxBB