I have a glibc version 2.19 on ubuntu installed. I would also like to install 2.3.4 version along with 2.19 on my machine.
By default, all the program should use 2.19 but only specific program should use 2.3.4.
The two questions are:
- How should I install the 2.3.4 at particular location, say /usr/glibc2.3.4?
- How should I specify particular program to use the 2.3.4 version?