Tagged Questions
0
votes
0answers
87 views
How can I install an old version of libc on 12.04 and is it safe to do so?
I am building an application on 12.04 and I need to run it on an embedded device. The device has libc-2.8.90.so on it and my dev machine has libc-2.15.so on it. I would like to install libc-2.8.90 ...