RDAC Driver won't compile
I'm attempting to compile version 09.03.0C02.0331 of the RDAC driver on Oracle Linux 5 running kernel 2.6.32-200.20.1.el5uek. When trying to compile, I get the following:
make[1]: Entering directory `/usr/src/kernels/2.6.32-200.20.1.el5uek'
CC [M] /root/rdac-1/linuxrdac-09.03.0C02.0331/MPP_hba.o
CC [M] /root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.o
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:66:34: error: ../drivers/base/base.h: No such file or directory
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c: In function âmppLnx_initâ:
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
make[1]: Entering directory `/usr/src/kernels/2.6.32-200.20.1.el5uek'
CC [M] /root/rdac-1/linuxrdac-09.03.0C02.0331/MPP_hba.o
CC [M] /root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.o
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:66:34: error: ../drivers/base/base.h: No such file or directory
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c: In function âmppLnx_initâ:
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
/root/rdac-1/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
0