Problems installing RDAC on oracle linux 5.6
HirvaMay 23 2011 — edited May 24 2011Hi all,
I need to install rdac on a Oracle linux 5.6 because I have a STK FLX380 that not support device-mapper.
So I´m following this doc
[http://download.oracle.com/docs/cd/E19373-01/820-4738-13/chapsing.html]
And I use this patch:
p11667507_100_Generic.zip +
where I use the driver:
rdac-LINUX-09.03.0C02.0331-source.tar.gz
The right one for my deploy.
When I try to do the "make" I get this error
[root@ora11g01 linuxrdac-09.03.0C02.0331]# make
make[1]: Entering directory `/usr/src/kernels/2.6.32-100.26.2.el5'
CC [M] /root/rdac2/linuxrdac-09.03.0C02.0331/MPP_hba.o
CC [M] /root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.o
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:66:34: error: ../drivers/base/base.h: No such file or directory
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c: In function ‘mppLnx_init’:
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:400: error: dereferencing pointer to incomplete type
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:471: error: dereferencing pointer to incomplete type
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:471: error: dereferencing pointer to incomplete type
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c: In function ‘mppLnx_exit’:
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:663: error: dereferencing pointer to incomplete type
/root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.c:663: error: dereferencing pointer to incomplete type
make[2]: *** [root/rdac2/linuxrdac-09.03.0C02.0331/mppLnx26p_upper.o] Error 1
make[1]: *** [_module_/root/rdac2/linuxrdac-09.03.0C02.0331] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.32-100.26.2.el5'
make: *** [mppUpper] Error 2
Any one where is the problem for this error? please help!!