Artix Linux Forum

Artix Linux => Package management => Topic started by: melleus on 03 May 2025, 19:50:04

Title: Telegram-desktop does not start due to libprotobuf error
Post by: melleus on 03 May 2025, 19:50:04
Hi to all. Got the following message:

Code: [Select]
 telegram-desktop: error while loading shared libraries: libprotobuf-lite.so.30.1.0: cannot open shared object file: No such file or directory

Looks like the package had to be rebuilt after the protobuf updating, but it's not for some not apparent reason.
It might have been that some other packages are affected either.
Title: Re: Telegram-desktop does not start due to libprotobuf error
Post by: Artist on 03 May 2025, 21:02:39
I just tested telegram-desktop 5.13.1-4 on a fully updated system and it starts fine.
Which exact version do you have installed?

artist
Title: Re: Telegram-desktop does not start due to libprotobuf error
Post by: melleus on 03 May 2025, 21:24:35
I have 5.13.1-3 on my system:

~/ > pacman -Ss telegram-desktop
galaxy/telegram-desktop 5.13.1-3 [installed]
    Official Telegram Desktop client
extra/telegram-desktop 5.13.1-4 [installed: 5.13.1-3]
    Official Telegram Desktop client

As far as I know, extra belongs to Arch and Galaxy belongs to Artix. And I give Artix priority on my system.

Now it even more looks like the Artix's flawor is just expecting to be rebuilt.
Title: Re: Telegram-desktop does not start due to libprotobuf error
Post by: melleus on 03 May 2025, 23:58:50
It's there now and working. Thanks!
Title: Re: Telegram-desktop does not start due to libprotobuf error
Post by: mardiyah on 26 May 2025, 03:54:45
Now

Code: [Select]
$ pacman -Ss telegram-desktop
galaxy/telegram-desktop 5.14.3-1 [installed]
    Official Telegram Desktop client


$ telegram-desktop

$ telegram-desktop: error while loading shared libraries: libprotobuf-lite.so.30.2.0: cannot open shared object file: No such file or directory

$ sudo pacman -S protobuf -s
world/protobuf 31.0-2 [installed]
    Protocol Buffers - Google's data interchange format


HOw solve on this ?
Title: Re: Telegram-desktop does not start due to libprotobuf error
Post by: Artist on 26 May 2025, 09:21:06
Should be fixed now; pls try again.

artist