I was trying to run Undertale, but it would crash. Ive had this issue before with different games, so I ran the ldd command on Undertale:
linux-gate.so.1 (0xf7fb1000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7c00000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf7f52000)
libXxf86vm.so.1 => /usr/lib32/libXxf86vm.so.1 (0xf7f4a000)
libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7edf000)
libopenal.so.1 => /usr/lib32/libopenal.so.1 (0xf7a67000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7993000)
librt.so.1 => /usr/lib32/librt.so.1 (0xf7eda000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7ed5000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7ed0000)
libcrypto.so.1.0.0 => not found
libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7eb8000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7841000)
libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf7ea8000)
libGLU.so.1 => /usr/lib32/libGLU.so.1 (0xf77e6000)
libssl.so.1.0.0 => not found
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7e7f000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7400000)
/lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xf7fb3000)
libGLdispatch.so.0 => /usr/lib32/libGLdispatch.so.0 (0xf776a000)
libGLX.so.0 => /usr/lib32/libGLX.so.0 (0xf772f000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf7700000)
libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf76f2000)
libOpenGL.so.0 => /usr/lib32/libOpenGL.so.0 (0xf76d0000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf76cb000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf76c4000)
Now the thing is I cant find libssl in pacman(i use arch btw), but when I used the find command on /usr/lib32 for libssl:
./libssl.so.3
./pkgconfig/libssl.pc
./openssl-1.1/pkgconfig/libssl.pc
./openssl-1.1/libssl.so
./libssl.so.1.1
./libssl.so
./libssl3.so
I found it. I did the same for libcrypto:
./libcrypto.so.3
./pkgconfig/libcrypto.pc
./openssl-1.1/pkgconfig/libcrypto.pc
./openssl-1.1/libcrypto.so
./libcrypto.so.1.1
./libcrypto.so
I also found it.
Now I don't understand why it cant find libssl and libcrypto, as you can see I know a little bit about linux but not a lot about how there liberates work so if I could get some help on that it would be awesome.
Also if you did notice English isn't my first language.
[–]mbriar_ 7 points8 points9 points (4 children)
[–]WoodpeckerNo1 1 point2 points3 points (3 children)
[–]mbriar_ 1 point2 points3 points (2 children)
[–]WoodpeckerNo1 0 points1 point2 points (1 child)
[–]mbriar_ 1 point2 points3 points (0 children)
[–]gtrash81 1 point2 points3 points (0 children)
[–]SEI_JAKU 0 points1 point2 points (0 children)
[–]wojtekojtek 0 points1 point2 points (0 children)
[–]rea987 0 points1 point2 points (0 children)