Enabling Online Access Scanning for AVG Client on Linux OS
Mar 09, 2010This is one of the method you can enable AVG AOD on the Client for Linux OS
a. Download redirfs and avflt packages Packages are available here: http://www.redirfs.org
b. Unpack both tar.gz archives (X character stands for version number) # tar xzvf redirfs-X.X.tar.gz # tar xzvf avflt-X.X.tar.gz Redirfs
c. Enter the extracted redirfs directory # cd redirfs-X.X
d. Run make command # make -C /lib/modules/`uname -r`/build M=`pwd` modules
e. Switch to “root” account using the “su” command (if you are not logged as root already)
f. Install module # make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
g. Load redirfs.ko module # modprobe redirfs Avflt
h. Enter the extracted avflt directory # cd ../avflt-X.X
i. Copy the redirfs´s Module.symvers file to this avflt directory # cp ../redirfs-0.6/Module.symvers ./
j. Compile the module # make -C /lib/modules/`uname -r`/build M=`pwd` EXTRA_CFLAGS=-I<path to the redirfs> modules Note: <path to the redirfs> represents the path to the dir with source files of redirfs as extracted during the previous steps. Example: # make -C /lib/modules/`uname -r`/build M=`pwd` EXTRA_CFLAGS=-I/root/redirfs-0.6 modules
k. Install module # make -C /lib/modules/`uname -r`/build M=`pwd` EXTRA_CFLAGS=-I<path to the redirfs> modules_install Note: “EXTRA_CFLAGS=-I<path to the redirfs>” refers to the same dir as previous command.
l. Load avflt.ko module # modprobe avflt Final steps
M.Change the AVG configuration Please change Default.oad.avflt.paths.include option Example: # avgcfgctl -w Default.oad.avflt.paths.include=”|/home|”