Issue installing COMODO Antivirus for Linux (CAVL) v1.1 (v1.1.268025.1)

Hello,

I’ve Lenovo T60 with Linux Mint 19.3 Cinnamon installed.
After installation of cav-linux_1.1.268025-1.deb and run /opt/COMODO/post_setup.sh script manually to configure it (following installation instruction) the system showed the errors highlighted below and COMODO Application agent is not running and it’s not possible Run Diagnostics.

Thanks and best regards

Original SSLeay License

/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)

  • All rights reserved.
  • This package is an SSL implementation written
  • by Eric Young (eay@cryptsoft.com).
  • The implementation was written so as to conform with Netscapes SSL.
  • This library is free for commercial and non-commercial use as long as
  • the following conditions are aheared to. The following conditions
  • apply to all code found in this distribution, be it the RC4, RSA,
  • lhash, DES, etc., code; not just the SSL code. The SSL documentation
  • included with this distribution is covered by the same copyright terms
  • except that the holder is Tim Hudson (tjh@cryptsoft.com).
  • Copyright remains Eric Young’s, and as such any Copyright notices in
  • the code are not to be removed.
  • If this package is used in a product, Eric Young should be given attribution
  • as the author of the parts of the library used.
  • This can be in the form of a textual message at program startup or EULA – FW-AV-CIS-05022011
  • in documentation (online or textual) provided with the package.
  • Redistribution and use in source and binary forms, with or without
  • modification, are permitted provided that the following conditions
  • are met:
    1. Redistributions of source code must retain the copyright
  • notice, this list of conditions and the following disclaimer.
    1. Redistributions in binary form must reproduce the above copyright
  • notice, this list of conditions and the following disclaimer in the
  • documentation and/or other materials provided with the distribution.
    1. All advertising materials mentioning features or use of this software
  • must display the following acknowledgement:
  • "This product includes cryptographic software written by
  • Eric Young (eay@cryptsoft.com)"
  • The word ‘cryptographic’ can be left out if the rouines from the library
  • being used are not cryptographic related :-).
    1. If you include any Windows specific code (or a derivative thereof) from
  • the apps directory (application code) you must include an acknowledgement:
  • “This product includes software written by Tim Hudson (tjh@cryptsoft.com)”
  • THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS’’ AND
  • ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  • IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  • ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  • FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  • DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  • OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  • HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  • LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  • OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  • SUCH DAMAGE.
  • The licence and distribution terms for any publically available version or
  • derivative of this code cannot be changed. i.e. this code cannot simply be
  • copied and put under another distribution licence
  • [including the GNU Public Licence.]
    */
    Do you agree with this license?[Y/n]: Y

Free Registration

Receive the latest COMODO products news, updates and offers
COMODO will NOT share your information with any third parties.
Please input your email address(optional):

  1. Arabic, Saudi Arabia
  2. Bulgarian, Bulgaria
  3. Chinese, People’s Republic of China
  4. Chinese, Taiwan
  5. Croatian, Croatia
  6. Czech, Czech Republic
  7. Dutch, Netherlands
  8. English, United States
  9. Estonian, Estonia
  10. French, France
  11. German, Germany
  12. Greek, Greece
  13. Hungarian, Hungary
  14. Italian, Italy
  15. Polish, Poland
  16. Portuguese, Brazil
  17. Russian, Russia
  18. Serbian, Serbia and Montenegro
  19. Slovak, Slovakia
  20. Spanish, Spain
  21. Swedish, Sweden
  22. Turkish, Turkey
  23. Ukrainian, Ukraine
    Please select the language[number,default:8]: 8

Build the RedirFS kernel modules for real-time protection…

make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules
make[1]: ingresso nella directory “/usr/src/linux-headers-5.4.0-74-generic”
CC [M] /tmp/driver/redirfs/rfs_path.o
In file included from /tmp/driver/redirfs/rfs_path.c:24:0:
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_lock’:
/tmp/driver/redirfs/rfs.h:99:21: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_lock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs.h: In function ‘rfs_inode_mutex_unlock’:
/tmp/driver/redirfs/rfs.h:103:23: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
mutex_unlock(&inode->i_mutex);
^~~~~~~
i_mode
/tmp/driver/redirfs/rfs.h: In function ‘rfs_nameidata_put’:
/tmp/driver/redirfs/rfs.h:488:14: error: dereferencing pointer to incomplete type ‘struct nameidata’
path_put(&nd->path);
^~
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_path_add_dirs’:
/tmp/driver/redirfs/rfs.h:307:47: warning: comparison of distinct pointer types lacks a cast
(inode && inode->i_op && inode->i_op->rename == rfs_rename ?
^
/tmp/driver/redirfs/rfs_path.c:205:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(dentry->d_inode);
^~~~~~~~~~~~~~
/tmp/driver/redirfs/rfs_path.c: In function ‘rfs_fsrename’:
/tmp/driver/redirfs/rfs.h:307:47: warning: comparison of distinct pointer types lacks a cast
(inode && inode->i_op && inode->i_op->rename == rfs_rename ?
^
/tmp/driver/redirfs/rfs_path.c:926:11: note: in expansion of macro ‘rfs_inode_find’
rinode = rfs_inode_find(new_dir);
^~~~~~~~~~~~~~
scripts/Makefile.build:269: recipe for target ‘/tmp/driver/redirfs/rfs_path.o’ failed
make[2]: *** [/tmp/driver/redirfs/rfs_path.o] Error 1
Makefile:1762: recipe for target ‘/tmp/driver/redirfs’ failed
make[1]: *** [/tmp/driver/redirfs] Error 2
make[1]: uscita dalla directory “/usr/src/linux-headers-5.4.0-74-generic”
Makefile:3: recipe for target ‘all’ failed
make: *** [all] Error 2
make -C /lib/modules/uname -r/build M=/tmp/driver/redirfs modules_install
make[1]: ingresso nella directory “/usr/src/linux-headers-5.4.0-74-generic”
cat: /tmp/driver/redirfs/modules.order: File o directory non esistente
DEPMOD 5.4.0-74-generic
Warning: modules_install: missing ‘System.map’ file. Skipping depmod.
make[1]: uscita dalla directory “/usr/src/linux-headers-5.4.0-74-generic”
make -C /lib/modules/uname -r/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules_install
make[1]: ingresso nella directory “/usr/src/linux-headers-5.4.0-74-generic”
cat: /tmp/driver/avflt/modules.order: File o directory non esistente
DEPMOD 5.4.0-74-generic
Warning: modules_install: missing ‘System.map’ file. Skipping depmod.
make[1]: uscita dalla directory “/usr/src/linux-headers-5.4.0-74-generic”
modprobe: FATAL: Module redirfs not found in directory /lib/modules/5.4.0-74-generic

RedirFS kernel modules installation failed.

$Stopping cmdagent: The cmdagent stopped successfully!
$Starting cmdagent: The cmdagent started successfully!
$Stopping cmgdaemon: The cmgdaemon stopped successfully!
$Starting cmgdaemon: The cmgdaemon started successfully!

COMODO Antivirus is successfully configured, you can start it from Menu or Desktop.