Page 2 of 2

Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04

Posted: Thu Apr 02, 2015 1:23 pm
by NettleBurr
Its broken for me too on Wheezy. Hope 0.11.20 fixes it.
Edit: 0.11.20 released today does indeed work for me.

Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04

Posted: Tue Apr 07, 2015 9:41 pm
by radeor
11.20 also worked for me!

Re: [0.11.5] [cube] GLIBC_2.16 problem for ubuntu 12.04

Posted: Fri May 01, 2015 4:52 pm
by jonathans
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

Posted: Fri May 01, 2015 10:30 pm
by DaveMcW
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

Posted: Thu May 21, 2015 12:32 pm
by cube
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.