i have old glibc 2.3 system where PTRACE_SETOPTIONS and PTRACE_GETEVENTMSG are not available. but the defines are present in newer version of linux-libc-headers
when compiling with manually defining the values or including linux/ptrace.h resulting binary seems working fine.
i have old glibc 2.3 system where
PTRACE_SETOPTIONS
andPTRACE_GETEVENTMSG
are not available. but the defines are present in newer version oflinux-libc-headers
when compiling with manually defining the values or including
linux/ptrace.h
resulting binary seems working fine.fix variant 1:
fix variant 2:
in that system:
tested resultng binary on
2.6.27.45-1
kernel withbc
program.