Lazy-Newb-Pack / Lazy-Newb-Pack-Linux

A Lazy Newb Pack for Linux
http://lazynewbpack.com/
150 stars 12 forks source link

x64 linux: line 11: ./libs/Dwarf_Fortress : not found #22

Closed kaos-addict closed 8 years ago

kaos-addict commented 8 years ago

Hi, I'm currently running Kaos Linux whitch is a x64 only distrib and whitch could be compared to an arch linux system. After few modifications*, I get this when running df from command-line with ./df and same response with: ./dfhach (and running with bash -x doesn't give any clue more):

[distro_fixes] [INFO] Checking whether any distro specific fixes are required...
[distro_fixes] [INFO] OS: kaos
[distro_fixes] [INFO] ARCH: x86_64
[distro_fixes] [INFO] VER: rolling
[distro_fixes] [INFO] DF_ARCH: 32-bit
[distro_fixes] [INFO] DF_BIN_LOCATION: /home/mermouy/apps/04024r3-x64/df_linux/libs/Dwarf_Fortress
[distro_fixes] [INFO] 32 bit df on kaos/64bit detected
[distro_fixes] [WARN] 32bit 'Dwarf_Fortress' on unhandled 64bit OS detected. If you get 'missing file' errors, please open an issue on Github: https://github.com/Lazy-Newb-Pack/Lazy-Newb-Pack-Linux/issues.
[distro_fixes] [INFO] Attempting to use zlib at /usr/lib/libz.so
[distro_fixes] [INFO] PRELOAD_LIB: /usr/lib/libz.so
[distro_fixes] [INFO] LD_LIBRARY_PATH: 
[distro_fixes] [INFO] Done
./df: ligne 11: ./libs/Dwarf_Fortress: Aucun fichier ou dossier de ce type

Witch make me wonder is it normal that it gives: LD_LIBRARY_PATH: ?

*: I Have:

kaos-addict commented 8 years ago

I just realized that df is 32bit only... Maybe my issue is just stupid as Kaos as no multilib support...?

lethosor commented 8 years ago

Yeah, you need to be able to run 32-bit executables and use 32-bit libraries. Toady's working on a 64-bit build, but it won't be available until after the next release.

kaos-addict commented 8 years ago

Nice thank you: