I installed Houdini 13.0.198.21 linux_x86_64_gcc4.6.tar.gz, but when you start Houdini got the following error for many files *. So
/ opt/hfs13.0.198.21/bin/houdinifx-bin: / lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14 ‘ not found … or version `GLIBC_2.15 ’
How do I fix a “version` GLIBC_2.14/2.15 'not found ”error?
Debian GNU/Linux 7.1 (wheezy)
GLIBC_2.14 not found
22371 10 0- alexwheezy
- Member
- 318 posts
- Joined: Jan. 2013
- Offline
- edward
- Member
- 7909 posts
- Joined: July 2005
- Online
- alexwheezy
- Member
- 318 posts
- Joined: Jan. 2013
- Offline
- edward
- Member
- 7909 posts
- Joined: July 2005
- Online
Ah actually, the problem is because the gcc4.6 build is done on Ubuntu Precise which builds with gcc 4.6 and glibc 2.15. However, Debian Wheezy uses gcc 4.7 and glibc 2.13.
So I guess you have two choices:
1. Use the gcc4.4 build instead which uses a really old version of glibc. However, you probably won't be able to do HDK stuff on this.
2. Or alternatively, install the glibc that Debian Jessie (testing) is using. I'm not sure offhand how to do this but here's the first google link I found: http://linuxaria.com/howto/how-to-install-a-single-package-from-debian-sid-or-debian-testing [linuxaria.com] (see also the outdated answer from http://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-from-version-2-13-to-2-15-on-debian [stackoverflow.com] )
So I guess you have two choices:
1. Use the gcc4.4 build instead which uses a really old version of glibc. However, you probably won't be able to do HDK stuff on this.
2. Or alternatively, install the glibc that Debian Jessie (testing) is using. I'm not sure offhand how to do this but here's the first google link I found: http://linuxaria.com/howto/how-to-install-a-single-package-from-debian-sid-or-debian-testing [linuxaria.com] (see also the outdated answer from http://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-from-version-2-13-to-2-15-on-debian [stackoverflow.com] )
- alexwheezy
- Member
- 318 posts
- Joined: Jan. 2013
- Offline
- edward
- Member
- 7909 posts
- Joined: July 2005
- Online
- goldleaf
- Staff
- 4201 posts
- Joined: Sept. 2007
- Offline
For anyone other's who need a newer glibc under Wheezy, I had no problems (so far) installing it from Jessie in my setup.
I roughly followed these instructions (http://linuxaria.com/howto/how-to-install-a-single-package-from-debian-sid-or-debian-testing?lang=en [linuxaria.com]), though I ignored anything to do with sid, and just added Jessie to my list.
This is what my /etc/apt/preferences file looks like:
Package: *
Pin: release n=wheezy
Pin-Priority: 700
Package: *
Pin: release n=wheezy-backports
Pin-Priority: 650
Package: *
Pin: release n=jessie
Pin-Priority: 100
And my update to libc6 and libc6-dev pushed them to 2.18, and everything is working so far.
*edited with correct preferences*
I roughly followed these instructions (http://linuxaria.com/howto/how-to-install-a-single-package-from-debian-sid-or-debian-testing?lang=en [linuxaria.com]), though I ignored anything to do with sid, and just added Jessie to my list.
This is what my /etc/apt/preferences file looks like:
Package: *
Pin: release n=wheezy
Pin-Priority: 700
Package: *
Pin: release n=wheezy-backports
Pin-Priority: 650
Package: *
Pin: release n=jessie
Pin-Priority: 100
And my update to libc6 and libc6-dev pushed them to 2.18, and everything is working so far.
*edited with correct preferences*
Edited by - March 11, 2014 01:13:19
I'm o.d.d.
- edward
- Member
- 7909 posts
- Joined: July 2005
- Online
- goldleaf
- Staff
- 4201 posts
- Joined: Sept. 2007
- Offline
- Jorge Ivanovich
- Member
- 12 posts
- Joined: July 2013
- Offline
Dont mix repos,sooner or later you will end with conflicts
The safer way its to make a wrapper script
http://crunchbang.org/forums/viewtopic.php?id=33349 [crunchbang.org]
The safer way its to make a wrapper script
http://crunchbang.org/forums/viewtopic.php?id=33349 [crunchbang.org]
- goldleaf
- Staff
- 4201 posts
- Joined: Sept. 2007
- Offline
-
- Quick Links