libc.so.6: version 'GLIBC_2.15' not found

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
Incinirate
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun May 03, 2015 9:50 pm
Contact:

libc.so.6: version 'GLIBC_2.15' not found

Post by Incinirate »

So, I'm trying to run 0.12 from a Turnkey Linux Distro as a server using the '--start-server' option, but when I try to run it, I get these errors:

Code: Select all

/lib/i386-linux-gnu/libc.so.6: version 'GLIBC_2.15' not found
/lib/i386-linux-gnu/libm.so.6: version 'GLIBC_2.15' not found
However, those files do exist, as I can see them with ls
Any help is appreciated! Thanks!

PS: The errors are truncated of redundant information

Incinirate
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun May 03, 2015 9:50 pm
Contact:

Re: libc.so.6: version 'GLIBC_2.15' not found

Post by Incinirate »

The problem was I had GLIBC_2.13, this post helped me update to 2.19 though.
http://stackoverflow.com/questions/1086 ... -on-debian

Sulpitz
Manual Inserter
Manual Inserter
Posts: 1
Joined: Tue Jun 07, 2016 11:35 am
Contact:

Re: libc.so.6: version 'GLIBC_2.15' not found

Post by Sulpitz »

For me, on a Debian 7 wheezy server, the following method worked. Also this way, you don’t have to install or upgrade glibc system wide.
Method can be found here: http://crunchbang.org/forums/viewtopic. ... 18#p367918
The download for libc6_2.15-0ubuntu10.15_amd64.deb did not work for me, but you can get it here: http://packages.ubuntu.com/precise-upda ... 6/download
My start scrip looks like this:

Code: Select all

#!/bin/bash
LD_LIBRARY_PATH=/usr/local/ldlib/x86_64-linux-gnu:/usr/lib /home/gameserver/factorio/factorio_0.12.29/bin/x64/factorio --start-server save.zip "$@"
Make sure the path is correct. Also this is for a 64 bit system.

horse
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Nov 19, 2016 12:06 am
Contact:

Re: libc.so.6: version 'GLIBC_2.15' not found

Post by horse »

Sulpitz wrote:For me, on a Debian 7 wheezy server, the following method worked. Also this way, you don’t have to install or upgrade glibc system wide.
Method can be found here: http://crunchbang.org/forums/viewtopic. ... 18#p367918
The download for libc6_2.15-0ubuntu10.15_amd64.deb did not work for me, but you can get it here: http://packages.ubuntu.com/precise-upda ... 6/download
My start scrip looks like this:

Code: Select all

#!/bin/bash
LD_LIBRARY_PATH=/usr/local/ldlib/x86_64-linux-gnu:/usr/lib /home/gameserver/factorio/factorio_0.12.29/bin/x64/factorio --start-server save.zip "$@"
Make sure the path is correct. Also this is for a 64 bit system.
Thanks mate, worked like a charm :)

Post Reply

Return to “Technical Help”