MrCerealGuy / Stonecraft

An infinite-world block adventure game. Inspired by InfiniMiner/Minecraft.
http://mrcerealguy.github.io/stonecraft
GNU General Public License v3.0
12 stars 7 forks source link

library lack while run #19

Open Ygarr opened 3 years ago

Ygarr commented 3 years ago
Stonecraft version

last

OS / Hardware

System: Host: manpc Kernel: 5.11.13-lqx1-1-lqx x86_64 bits: 64 compiler: gcc v: 10.2.0 Desktop: MATE 1.24.2 info: mate-panel wm: Openbox 3.6.1 vt: 2 dm: LightDM 1.30.0, SDDM Distro: Manjaro Linux base: Arch Linux

CPU: Info: Dual Core model: Intel Core i5-4200U bits: 64 type: MT MCP arch: Haswell rev: 1 cache: L2: 3 MiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 18358 Speed: 1597 MHz min/max: 759/2301 MHz boost: enabled Core speeds (MHz): 1: 1597 2: 2307 3: 1659 4: 1597 Graphics: Device-1: Intel Haswell-ULT Integrated Graphics driver: i915 v: kernel bus-ID: 00:02.0 chip-ID: 8086:0a16 class-ID: 0300 Display: x11 server: X.Org 1.20.11 compositor: picom v: git-af991 driver: loaded: intel resolution: 1366x768~60Hz s-dpi: 96 OpenGL: renderer: Mesa DRI Intel HD Graphics 4400 (HSW GT2) v: 4.5 Mesa 21.0.3 compat-v: 3.0 direct render: Yes

Summary
stonecraft-1.3.1-linux/bin/stonecraft: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Steps to reproduce

just run

MrCerealGuy commented 3 years ago

cURL library is missing. I have no experience with Arch Linux, maybe this could help: https://www.tecmint.com/install-curl-in-linux/#curlarchlinux

Ygarr commented 3 years ago

Strange, no other software did not require this library: Even minetest from repo or another portable versions of minetest(from minetest.org) But yay -S community/libcurl-gnutls resolved the issue. My gratitudeness to you.