LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Manjaro (https://www.linuxquestions.org/questions/manjaro-119/)
-   -   mednafen not working ? (lib missing) (https://www.linuxquestions.org/questions/manjaro-119/mednafen-not-working-lib-missing-4175725089/)

Xeratul 05-15-2023 07:19 AM

mednafen not working ? (lib missing)
 
Hello,

mednafen not working ? (lib missing)

Missing: libFLAC.so.12 cannot open shared file.

The architecture is aarch64.

Kind regards,
X.

pan64 05-15-2023 07:22 AM

why don't you install it (probably called flac)?

teckk 05-15-2023 05:13 PM

How did you build/install it?
Code:

pacman -Si mednafen
Repository      : community
Name            : mednafen
Version        : 1.29.0-3
Description    : Command-line multi-system gaming emulator
Architecture    : x86_64
URL            : https://mednafen.github.io
...
Depends On      : flac  sdl2  zlib  alsa-lib
...
Download Size  : 4.55 MiB
Installed Size  : 19.06 MiB
...

https://github.com/mednafen/mednafen.github.io

Xeratul 05-15-2023 07:32 PM

Repository : community
Name : mednafen
Version : 1.29.0-3
Description : Command-line multi-system gaming emulator
Architecture : aarch64
URL : https://mednafen.github.io
Licenses : GPL2
Groups : None
Provides : None
Depends On : flac sdl2 zlib alsa-lib
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 3.44 MiB
Installed Size : 17.32 MiB
Packager : Arch Linux ARM Build System <builder+n1@archlinuxarm.org>
Build Date : Fri 16 Sep 2022 10:21:55 PM EDT
Validated By : MD5 Sum SHA-256 Sum Signature

Xeratul 06-17-2023 04:34 AM

here we go:

Code:

cp /usr/lib/libFLAC.so.8 /usr/lib/libFLAC.so.12
it works now

pan64 06-18-2023 04:14 AM

you don't need to cp, you could make a symbolic link too.

Xeratul 06-18-2023 08:25 PM

Quote:

Originally Posted by pan64 (Post 6437096)
you don't need to cp, you could make a symbolic link too.

(...)


Code:

ln -s  /usr/lib/libFLAC.so.8 /usr/lib/libFLAC.so.12


All times are GMT -5. The time now is 09:56 AM.