CentOS 5
Sponsored Link

Install KHM2010/05/03

  Intall KHM in order to use a function of real-time scanning.

[1] Install some requied packages.
[root@rx7 ~]#
yum -y install kernel-devel
[2] Install KHM
[root@rx7 ~]#
/etc/rc.d/init.d/splx stop
# stop

Shutting down ServerProtect for Linux:
Shutting down splxcore:
Shutting down vsapiapp:
[  OK  ]

Unloading splx kernel module:
[  OK  ]

Shutting down entity:
[  OK  ]

ServerProtect for Linux core stopped normally.
 
[  OK  ]

Shutting down splxhttpd:
[  OK  ]

ServerProtect for Linux httpd stopped normally.
 
[  OK  ]

ServerProtect for Linux stopped normally.
[root@rx7 ~]#
cd /lib/modules/2.6.18-128.4.1.el5/build

[root@rx7 build]#
make menuconfig


(1) select 'Kernel Hacking' and go next
(2) unccheck a box 'Compile the kernel with debug info' and push N key to quit
[root@rx7 build]#
make modules_prepare

  HOSTLD
scripts/kconfig/conf

scripts/kconfig/conf -s arch/x86_64/Kconfig
  CHK
include/linux/version.h

  CHK
include/linux/utsrelease.h

  HOSTCC
scripts/genksyms/genksyms.o

  HOSTCC
scripts/genksyms/lex.o

  HOSTCC
scripts/genksyms/parse.o

  HOSTLD
scripts/genksyms/genksyms

  CC
scripts/mod/empty.o

  MKELF
scripts/mod/elfconfig.h

  HOSTCC
scripts/mod/file2alias.o

  HOSTCC
scripts/mod/modpost.o

  HOSTCC
scripts/mod/sumversion.o

  HOSTLD
scripts/mod/modpost

[root@rx7 build]#
cd /opt/TrendMicro/SProtectLinux/SPLX.module/src/module

[root@rx7 module]#
make

[root@rx7 module]#
make install

Copying bin/splxmod-2.6.18-128.4.1.el5.x86_64.o ... OK
[root@rx7 module]#
/etc/rc.d/init.d/splx start

Starting ServerProtect for Linux:
Checking configuration file:
[  OK  ]

Starting splxcore:
Starting Entity:
[  OK  ]

Loading splx kernel module:
[  OK  ]

Starting vsapiapp:
[  OK  ]

ServerProtect for Linux core started.
 
[  OK  ]

Starting splxhttpd:
Starting splxhttpd: 
[  OK  ]

ServerProtect for Linux httpd started.
 
[  OK  ]

ServerProtect for Linux started.
Matched Content