Hi all:
I'm just trying to run beegfs-client in a server with a Dell OEM Infiniband card. The card is configured with an IP address and firmware updated. I have install OFED 4.4 on the server.
Ihave add the following parameter to beegfs-client-autobuild.conf
buildArgs=-j8 BEEGFS_OPENTK_IBVERBS=1 OFED_INCLUDE_PATH=/usr/src/ofa_kernel-4.4/include
When I execute /etc/init.d/beegfs-client rebuild I get the following result:
# /etc/init.d/beegfs-client rebuild
- BeeGFS module autobuild
Building beegfs client module
In file included from <command-line>:0:0:
/usr/src/ofa_kernel-4.4/include/linux/compat-2.6.h:7:33: fatal error: ../../compat/config.h: No such file or directory
#include "../../compat/config.h"
In file included from <command-line>:0:0:
/usr/src/ofa_kernel-4.4/include/linux/compat-2.6.h:7:33: fatal error: ../../compat/config.h: No such file or directory
#include "../../compat/config.h"
make[3]: *** [/opt/beegfs/src/client/client_module_7/build/../source/common/net/sock/ibv/IBVSocket.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [/opt/beegfs/src/client/client_module_7/build/../source/common/net/sock/ibv/IBVBuffer.o] Error 1
make[2]: *** [_module_/opt/beegfs/src/client/client_module_7/build/../source] Error 2
make[1]: *** [module] Error 2
make: *** [auto_rebuild] Error 2
Could anybody help me?.
BR,
Ricardo
P.S.- It's the first time I configure Infiniband. :)