[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ccp4bb]: CCP4_401 installation problem!! (on redhat 6.2)



***  For details on how to be removed from this list visit the  ***
***    CCP4 home page http://www.dl.ac.uk/CCP/CCP4/main.html    ***

When you installed RedHat, did you select the 'everything' option?

If not, did you install the kernel sources package?

I am wondering if this might be a prerequisite for libccif on RedHat.
Basically libccif needs /usr/include/bits/errno.h, which itself includes
"linux/errno.h". I guess this is supposed to pick up the kernel errno
header file, which is in /usr/src/linux/include/linux/, but only if you
have kernel sources installed.

Tell me if that is the problem, and we can probably add a check to the
configure script.

Kevin


p.s.

If you don't know what you have installed, try:
 rpm -qa | grep kernel-headers
Your should get something like:
  kernel-headers-2.2.??-??