Skip to main content
14 events
when toggle format what by license comment
Aug 26, 2022 at 15:11 comment added telometto You can search which packages provides something (in this case LibGL.so.1) by doing dnf provides something . My guess is that you haven't installed the 32-bit (i686) package yet.
Aug 26, 2022 at 15:00 comment added Artem S. Tashkinov It's mesa-libGL.i686 and libglvnd.i686.
Aug 26, 2022 at 14:38 comment added frabjous Did you have lib32-gcc-libs installed on Arch?
Aug 26, 2022 at 14:32 comment added Zany_Zachary1 I installed all the packages that were not found, but a new problem has arisen: the LibGL.so.1 library. (edited question)
Aug 26, 2022 at 14:31 history edited Zany_Zachary1 CC BY-SA 4.0
Added more information
Aug 26, 2022 at 14:17 comment added Stephen Kitt I don’t know how to fix this on Arch, but the ldd output tells you what you need to fix: every “not found” library needs to be installed (in its 32-bit variant).
Aug 26, 2022 at 14:17 comment added Marcus Müller as with any other executable, you'll need to install (and have available for your dynamic linker) all the libraries it uses, in the same architecture as the executable. Your scarlet in its 64 bit version wouldn't run, either, had you not, say, libXi.so.6 in the 64 bit version. So, you'll need to figure which dependencies the program uses, enable arch's [multilib] package sources, and install the 32bit versions of the dependencies.
Aug 26, 2022 at 14:16 comment added Romeo Ninov @Zany_Zachary1, do you have 32bit libraries installed?
Aug 26, 2022 at 14:13 history edited Zany_Zachary1 CC BY-SA 4.0
added 471 characters in body
Aug 26, 2022 at 14:13 comment added Zany_Zachary1 It's a 32 bit binary that I'm trying to run, but the 64 bit version runs fine. @StephenKitt I've updated the question to show ldd scarlet
Aug 26, 2022 at 14:11 comment added MC68020 I fail to understand how the error messages you get make you believe that your system is getting problems running 32 bits executables. Any other attempt ?
Aug 26, 2022 at 14:10 comment added Stephen Kitt What does ldd scarlet show?
S Aug 26, 2022 at 14:03 review First questions
Sep 9, 2022 at 14:05
S Aug 26, 2022 at 14:03 history asked Zany_Zachary1 CC BY-SA 4.0