Comment 14 for bug 1561091

Revision history for this message
Tomislav Plavcic (tplavcic) wrote :

The numactl-devel package is installed there:
[tomislav.plavcic@vps-centos5-x64-04 ~]$ sudo yum list installed|grep "numa"
numactl.i386 0.9.8-12.el5_6 installed
numactl.x86_64 0.9.8-12.el5_6 installed
numactl-devel.i386 0.9.8-12.el5_6 installed
numactl-devel.x86_64 0.9.8-12.el5_6 installed

That package provides the numaif.h so it would fail on including it and it doesn't but cmake test fails - so either the version of the file is too old or there's some other issue why HAVE_LIBNUMA test fails.
Anyway needs more investigation.