You are not logged in.

#1 2023-04-14 18:57:48

anthillsocial
Member
Registered: 2013-02-18
Posts: 140
Website

error while loading shared libraries: libavcodec.so.60

I've installed Obsidian via:

     $ sudo pacman -S obsidian

Though when I try to run it I get the following error:
    $ obsidian
    /usr/lib/electron/electron: error while loading shared libraries: libavcodec.so.60: cannot open shared object file: No such file or directory

Any idea how to fix the issue?

Tom

Offline

#2 2023-04-14 19:01:12

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

Re: error while loading shared libraries: libavcodec.so.60

Does that file exist?  If should, as it belongs to ffmpeg which is a dependency of electron.  Are you doing partial upgrades?  (and / or are you still using a different distro?)

Last edited by Trilby (2023-04-14 20:13:05)


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

Offline

#3 2023-04-14 21:19:36

anthillsocial
Member
Registered: 2013-02-18
Posts: 140
Website

Re: error while loading shared libraries: libavcodec.so.60

no the file doesn't exist and ffmoeg works fine!
and no, i haven't done partial upgrades.
i just got obsidian working via a snap install though im still intreaged as to how i would get it working via the pacam route...

Offline

#4 2023-04-14 22:04:31

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: error while loading shared libraries: libavcodec.so.60

What does `pacman -Q ffmpeg` show?

Offline

Board footer

Powered by FluxBB