v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

v0.34 Talk:Installation

From Dwarf Fortress Wiki
Jump to navigation Jump to search

OS X Lion startup problem[edit]

The earliest version I've tested on Lion is 0.34.05, which runs perfectly. It's possible, however, that early versions of .34 didn't, which is why I left the tag there. --Lethosor (talk) 20:12, 24 February 2013 (UTC)

Ubuntu 14.04 removes ia32-libs package[edit]

On some occasions in the linux installation guide the ia32-libs are mentioned. I think someone should add a note that on Ubuntu 14.04 and onwards they got removed and you need to install 32-bit libraries with the :i386 suffix.

To add on that, I was stuck for a day on installing PeridexisErrant's LNP on my Kubuntu 14.04 machine, because I could not solve an "./libs/Dwarf_Fortress: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64" error. I installed a great many of :i386er libs, and the ia32-libs fro 13.10 or 13.04, too. Nothing worked. A tip I read elsewhere solved it in the end. All the necessary libs were already present at my machine, but the 64-bit versions were checked first in the LD_LIBRARY_PATH. Putting the 32-bit libs in the beginning of export LD_LIBRARY_PATH solved it.

Add something like this to the beginning of the startlnp script: export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH