Its broken for me too on Wheezy. Hope 0.11.20 fixes it.
Edit: 0.11.20 released today does indeed work for me.
[0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04
-
- Manual Inserter
- Posts: 2
- Joined: Thu Apr 02, 2015 1:01 pm
- Contact:
Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04
11.20 also worked for me!
Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04
0.11.22 does not work on wheezy, the program is built against too new a version of libc:
Code: Select all
root@garland:~# cat /etc/debian_version
7.8
Code: Select all
root@garland:~# ldd --version
ldd (Debian EGLIBC 2.13-38+deb7u8) 2.13
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Code: Select all
root@garland:~# ./factorio/bin/x64/factorio --mp-load-game test.zip
./factorio/bin/x64/factorio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./factorio/bin/x64/factorio)
./factorio/bin/x64/factorio: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by ./factorio/bin/x64/factorio)
./factorio/bin/x64/factorio: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by ./factorio/bin/x64/factorio)
Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04
The good news is that wheezy is oldstable, and will be unsupported in less than a year.
Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04
Sorry, but you need glibc 2.15 and we're not planning on changing this part. Jessie has 2.19, so factorio should run without problems there.