MegaGlest / megaglest-source

MegaGlest real-time strategy game engine (cross-platform, 3-d)
http://megaglest.org/
344 stars 89 forks source link

libidn.so.11 not found #271

Closed Frusadev closed 9 months ago

Frusadev commented 9 months ago

I just installed megaglest but i try runing it, i get this error:

./megaglest: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory Screenshot_2023-09-28_22-06-09

OS: Ubuntu 23.04 lunar Kernel: x86_64 Linux 6.2.0-33-generic WM: OpenBox

pavanvo commented 9 months ago

AFAIK to fix it you can just rebuild it for you system. You can olso check appImage from Pre-release - snapshot

mornau commented 9 months ago

How did you install?

Either use the installer provided, use a Linux distribution or third party package, or (optionally build it yourself and) set things up in your home directory manually and run ./start_megaglest https://docs.megaglest.org/MG/FAQ#How_do_I_install_into_my_home_directory_or_bypassing_the_installer_on_Linux.3F

Frusadev commented 9 months ago

After running start_megaglest

OS info. [Ubuntu 23.04], Arch.[x86_64], Dir.[/home/frusadev/Downloads/megaglest-binary-linux-x86_64-3.13.0] Found LDCONFIG variable [1][/usr/sbin/ldconfig]...

Ignored libraries (please include in bug reports): libpulse-simple.so.0 libXinerama.so.1 libXxf86vm.so.1 librt.so.1 libglapi.so.0 libXdamage.so.1 libxcb-glx.so.0 libxcb-dri2.so.0 libxcb-dri3.so.0 libxcb-present.so.0 libxcb-sync.so.1 libxshmfence.so.1 libsasl2.so.2 libgssapi.so.3 libjson-c.so.2 libheimntlm.so.0 libasn1.so.8 libhcrypto.so.4 libroken.so.18 libwrap.so.0 libwind.so.0 libheimbase.so.1 libhx509.so.5 libsqlite3.so.0 libcrypt.so.1 libnsl.so.1

Jammyjamjamman commented 9 months ago

Try sudo apt install libldap-common and running ./start_megaglest again.

Frusadev commented 9 months ago

Thanks I've been able to solve the issue on own. I just installed the packages needed for building and it started working.

Jammyjamjamman commented 9 months ago

Glad you found a solution.