DataSoft / Honeyd

virtual honeypots
GNU General Public License v2.0
348 stars 101 forks source link

Fix problem with finding libc.so (check also for libc.6.so) #46

Closed PherricOxide closed 11 years ago

PherricOxide commented 11 years ago

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.