Fixes problems finding libc.so on Raspberry Pi, also gets rid of the ugly hack where we check for a bunch of architecture specific folders to find libc. The problem was just that libc.so got renamed to libc.so.6 in newer versions of glib. Calling that with dlopen works without having to do all of the manual path nonsense.
Fixes problems finding libc.so on Raspberry Pi, also gets rid of the ugly hack where we check for a bunch of architecture specific folders to find libc. The problem was just that libc.so got renamed to libc.so.6 in newer versions of glib. Calling that with dlopen works without having to do all of the manual path nonsense.