|
root@slax:/mnt/hda6/LinSoft/drcom/drcom-1.3.7# make && make install
make -C drcomc
make[1]: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomc'
make -C drcomd
make[1]: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/drcomd'
make -C kmod
make[1]: Entering directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod'
make -C /lib/modules/2.6.24.4/build M=/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod modules
make[2]: Entering directory `/usr/src/linux-2.6.24.4'
WARNING: Symbol version dump /usr/src/linux-2.6.24.4/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.o
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c: In function 'init_hijack':
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: 'security_ops' undeclared (first use in this function)
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: (Each undeclared identifier is reported only once
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:450: error: for each function it appears in.)
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c: In function 'cleanup_hijack':
/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.c:461: error: 'security_ops' undeclared (first use in this function)
make[3]: *** [/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod/proto.o] Error 1
make[2]: *** [_module_/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.24.4'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/mnt/hda6/LinSoft/drcom/drcom-1.3.7/kmod'
make: *** [kmod] Error 2
****************************
make , make install, make && make install 都是类似的错误
这个东西我在UB现在安装过的 很顺利 不过之前要安装编译环境
请老鸟们提示下要怎么解决... |
|