I'm trying to run binary, closed source software that was apparently written for a slightly more antique distro, and get the following error:
Code: Select all
symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
Code: Select all
export LD_ASSUME_KERNEL=2.6.1
Code: Select all
ahorn ~ # ls
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
ahorn ~ # ldd /usr/bin/ls
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
ahorn ~ #
Any ideas



