ezekieldas wrote: > I have a slightly older system (glibc-2.5, 2.6.18-308.1.1.el5 x86_64) > and I get the following results with the binary: > > ./squeezelite-i386: /lib/libc.so.6: version `GLIBC_2.7' not found > (required by ./squeezelite-i386) > > When I attempt to compile my own I get: > > squeezelite.h:34:25: error: sys/eventfd.h: No such file or directory > > Although: > > /usr/src>find . -name eventfd.h > ./kernels/2.6.18-308.1.1.el5-x86_64/include/linux/eventfd.h > ./kernels/2.6.18-308.1.1.el5-x86_64/include/config/eventfd.h > > Any suggestions? Your kernel/glibc don't have the bits needed for eventfd.h You need at least 2.6.22 of the kernel and glibc 2.8
See http://www.kernel.org/doc/man-pages/online/pages/man2/eventfd.2.html#VERSIONS ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
