You are not logged in.

#1 2021-07-16 11:36:39

incedis
Member
Registered: 2021-07-09
Posts: 6

[SOLVED] chromium not launching - missing library

Chromium stopped launching after an upgrade.
lddtree shows that "libmbedcrypto.so.6 => None" is missing.
How can I fix it ?

Thank u for r time..

PS: Celluloid and MPV are suffering the same fate because of 'libmbedcrypto.so.6'

Last edited by incedis (2021-07-17 04:47:40)

Offline

#2 2021-07-16 12:02:13

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,336

Re: [SOLVED] chromium not launching - missing library

You either ran a partial update or use an unsynced mirror?
But mpv doesn't link libmbedcrypto.so (?) so there's probably more packages out of sync?

Offline

#3 2021-07-16 17:08:37

incedis
Member
Registered: 2021-07-09
Posts: 6

Re: [SOLVED] chromium not launching - missing library

Thanks for r reply
Followed this howto https://wiki.archlinux.org/title/Mirrors and refreshed my mirrorlist. Then ran pacman -Syyu and got no new upgrade.
From those steps, I am assuming I did not run a partial update or used an unsynced mirror. Since I am newbie I am very much unsure.
As far as mpv, it seems to be linking the missing library.
mpv: error while loading shared libraries: libmbedcrypto.so.6: cannot open shared object file: No such file or directory

Offline

#4 2021-07-16 17:21:45

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,952
Website

Re: [SOLVED] chromium not launching - missing library

https://archlinux.org/packages/communit … 4/mbedtls/

Provides libmbedcrypto.so.7, so something is definately out of date on your system

Offline

#5 2021-07-16 17:23:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,336

Re: [SOLVED] chromium not launching - missing library

pacman -Qikk mpv chromium
type mpv
type chromium
ldd /usr/bin/mpv

Offline

#6 2021-07-16 17:31:40

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,952
Website

Re: [SOLVED] chromium not launching - missing library

Neither mpv nor chromium pull in mbedtls, so this is not your problem

Offline

#7 2021-07-16 18:33:30

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

Re: [SOLVED] chromium not launching - missing library

If you have replaced an official package with an unsupported version, it's your job to rebuild it every time any of its dependencies updates its soversion.

Offline

Board footer

Powered by FluxBB