> Tell it to the Linux distributors, not me. I don't make those decisions, > they do.
I think it is a bug in the upstream headers. Maybe it is fixed in the latest stream. Meanwhile this patch should fix your problem : http://bugs.debian.org/cgi-bin/bugreport.cgi/ptrace.diff?bug=185195&msg=3&att=1 -- Guillaume Morin <[EMAIL PROTECTED]> IBM Poughkeepsie SAK Kernel Development Mark Post -----Original Message----- From: John Summerfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 8:30 PM To: [EMAIL PROTECTED] Subject: Re: Problem with Linux/390 asm-s390 Include files? And you unpacked the kernel source into /usr/src? This is a likely cause of your problem, and is the reason you never never ever unpack kernel source in /usr/src. Build your kernels some place else, even /tmp is better. The headers you need for compiling application code are those that were used to compile glibc, not those in the kernel. I'm pretty sure you're using kernel headers. ac may have a word or two here too;-) -- Cheers John. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb Copyright John Summerfield. Reproduction prohibited.
