You are not logged in.
Hi,
yesterday I bought Undertale on GOG and installed it via Lutris and since it's a native Linux title I didn't thought I'd run into big issues but it didn't started.
So I searched the internet an in the end I ran
ldd ./runner
to see if I'm missing any dependencies and I got this:
linux-gate.so.1 (0xf7ee2000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7c00000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf7e85000)
libXxf86vm.so.1 => /usr/lib32/libXxf86vm.so.1 (0xf7e7d000)
libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7b95000)
libopenal.so.1 => /usr/lib32/libopenal.so.1 (0xf7a16000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7945000)
librt.so.1 => /usr/lib32/librt.so.1 (0xf7e78000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7e73000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7e6e000)
libcrypto.so.1.0.0 => not found
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7e56000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf77f3000)
libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf7e46000)
libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf779a000)
libssl.so.1.0.0 => not found
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7775000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7400000)
/lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xf7ee4000)
libGLdispatch.so.0 => /usr/lib32/libGLdispatch.so.0 (0xf76f9000)
libGLX.so.0 => /usr/lib32/libGLX.so.0 (0xf76be000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf7692000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf7684000)
libOpenGL.so.0 => /usr/lib32/libOpenGL.so.0 (0xf7662000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf7e3f000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7e38000)
So I tried to get libcrypto.so.1.0.0 but I wasn't able to.
What I tried:
1. Update system
2. Install the game on my main drive instead of a second one
3. Install libxcrypt-compat as suggested here
4. Install openssl-1.0 1.0.2.u-1 found with pacman -F libcrypto.so.1.0.0
But all of this was without success so I'm finally asking here if anyone can help.
Thanks in advance.
Offline
Notice how all of the libs it's pulling in are in /usr/lib32/? This is a 32 bit program, so you need the lib32 version of openssl-1.0.
As for #3, libcrypt and libcrypto aren't the same thing.
Last edited by Scimmia (2022-12-12 22:35:33)
Offline
Thanks, I found it on the AUR and it works now.
Offline
Please remember to mark your thread [SOLVED] (edit the title of your first post).
Offline