Was previously running a 496 build, tried to upgrade to 499. Came across this error.
DreamDaemon: /lib/libc.so.6: version `GLIBC_2.12' not found (required by /usr/local/lib/libbyond.so)
Running Debian Squeeze, cannot upgrade to Debian Wheezy, which is the standard fix. (Squeeze only has 2.11.4 from apt-get.)
Any idea how to work around this?
ID:1460404
Jan 2 2014, 7:13 am
|
|
I'll also look into the dependency. We had a similar issue a while ago and I just had to set some compiler flags to allow an older method that was supported by the older glibc, so maybe this is the same deal.
|
Managed to get around the problem. I noticed the issue is only present in v499 upwards (at least for me.)
|
I suspect your options are:
1. Upgrade to Wheezy.
2. Pick a different distro.
3. Cherry-pick libc6, libc-bin from wheezy, and pray it lines up to your kernel version's syscall table. Which ... as there's no backport been made for it, I'd suspect it won't.
Downside to trying 3 is if it doesn't line up, you've just blown bash and can't undo that, I think?