|
Having read an
article in the UK magazine PCPro I thought it would be a good idea to reuse an
old PII 333 as an iSCSI target using your software and
CentOs.
I installed CentOs v
2.6.9-22.EL which I am lead to believe is a high enough level, and installed the
Server CD with "all packages" and UK-English.
I installed
gcc then kernel-devel-2.6.9-22.EL using
yum.
I extracted the
iSCSI files into /usr/iSCSI, cd'd into /usr/iSCSI/iscsitarget-0.4.13 and typed
make (on its own).
When it got to the
section where it moves to usr/src/kernels/2.6.9-22.EL-i686 it gives an error
compiling config.c in line 312: "error unknown field unlocked_ioctl specified in
initializer
and then: warning:
initialization from incompatible pointer type.
Can anyone tell me
what the problem might be as I am not familiar with Linux development and it is
years since I have done c code.
Andy
|