Hi Robert,
Thanks for your reply and suggestions. And you're right about that. But I have difficulties compiling the module.
I installed glib, glibc and devel packages all from the same versions as per directions int the official FAQ. But no luck so far.
When i try to 'make' I get the output below.
Since i did not compile before, I don;t know what to do from here.
Can anybody help?
Thanks,
RequestedDeletion
make output:
-----------------------------------
make[1]: Entering directory /usr/install/drbd/user'
gcc -c -Wall -g -DDBG -DVERSION=\"0.5.8.1\" -DMOD_VERSION=58 drbdsetup.c
In file included from /usr/include/sys/ioctl.h:27,
from drbdsetup.c:30:
/usr/include/bits/ioctls.h:24:24: asm/ioctls.h: No such file or directory
In file included from /usr/include/sys/ioctl.h:30,
from drbdsetup.c:30:
/usr/include/bits/ioctl-types.h:25:24: asm/ioctls.h: No such file or directory
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:130,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:35,
from drbdsetup.c:31:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /usr/include/sys/socket.h:35,
from drbdsetup.c:31:
/usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
In file included from drbdsetup.c:38:
../drbd/drbd.h:25:23: asm/types.h: No such file or directory
In file included from /usr/include/signal.h:307,
from /usr/include/sys/wait.h:30,
from ../drbd/drbd.h:33,
from drbdsetup.c:38:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
In file included from /usr/include/errno.h:36,
from drbdsetup.c:42:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
make[1]: *** [drbdsetup.o] Error 1
make[1]: Leaving directory /usr/install/drbd/user'
make: *** [all] Error 2
------------------------------------------