also sprach micha:
> On Mon, 23 Oct 2000, Roger Walker wrote:
> > > Reading the error message closely reveals that asm/sigcontext.h  is
> > > included from signal.h. asm/sigcontext.h is probably part of the kernel
> > > include files. Do you have those installed?
> > 
> >     On both systems I have the kernel source installed (in the case of

That really isn't what he asked. He asked about the kernel *include* files,
aka kernel-headers-*.rpm. Do this:

  rpm -qa|grep kernel> kernel-rpms

on both a machine that ``works'' and one that doesn't, and diff(1) the
files.

> hmmm....
> 
> here is the output of a locate on my mandrake7.1
> [root@enterprise]# locate sigcontext.h
> /usr/include/bits/sigcontext.h
> /usr/src/linux-2.2.15/include/asm-i386/sigcontext.h
> /usr/i586-glibc20-linux/include/sigcontext.h 

On RedHat (but you get the idea...):

  (pcg@micah) ~> locate sigcontext.h
  /usr/include/asm/sigcontext.h
  /usr/include/bits/sigcontext.h
  [...]

  (pcg@micah) ~> rpm -qf /usr/include/asm/sigcontext.h
  kernel-headers-2.4.0-0.21

My guess is that's what you're looking for. Even if you already have it
installed, install it again (with --force if you have to) to recreate the
necessary symlinks.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
It won't be covered in the book. The source code has to be useful for
something, after all... :-)
--- Larry Wall in <[EMAIL PROTECTED]>

Reply via email to