#Debian 7 and #Steam
I was #trying to
#install Steam on Debian 7. There is
a anoying #lib
#problem! If you have also problems
with the #libc6 version 2.15, then try
following:
- mkdir ~/steamlibs
- vi ~/.bashrc
# add this to bashrc
STEAMLIBS=${HOME}/steamlibs
LD_LIBRARY_PATH=${STEAMLIBS}
export STEAMLIBS
export LD_LIBRARY_PATH
- download
http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/libc6_2.15-0ubuntu10.5_i386.deb - dpkg -x libc6_2.15-0ubuntu10.2_i386.deb /tmp/libc/
- mv /tmp/libc/lib/i386-linux-gnu/* ${STEAMLIBS}
Start steam as normal :)
Hf, Lukas