Hi,
I tried installing antivirus on OpenSUSE 42.2 x64. The rpm package returned the following:
Installation succeed, but it must be properly configured before using.
Please run /opt/COMODO/post_setup.sh script manually to configure it.
Running the post_setup.sh script presented the agreement language which I accepted. The script exited with the following:
/usr/src/linux-4.4.57-18.3/scripts/Makefile.build:259: recipe for target ‘/tmp/driver/redirfs/rfs_path.o’ failed
make[4]: *** [/tmp/driver/redirfs/rfs_path.o] Error 1
/usr/src/linux-4.4.57-18.3/Makefile:1428: recipe for target ‘module/tmp/driver/redirfs’ failed
make[3]: *** [module/tmp/driver/redirfs] Error 2
Makefile:150: recipe for target ‘sub-make’ failed
make[2]: *** [sub-make] Error 2
Makefile:24: recipe for target ‘__sub-make’ failed
make[1]: *** [__sub-make] Error 2
make[1]: Leaving directory ‘/usr/src/linux-4.4.57-18.3-obj/x86_64/default’
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]: Entering directory ‘/usr/src/linux-4.4.57-18.3-obj/x86_64/default’
DEPMOD 4.4.57-18.3-default
make[1]: Leaving directory ‘/usr/src/linux-4.4.57-18.3-obj/x86_64/default’
make -C /lib/modules/uname -r
/build M=/tmp/driver/avflt EXTRA_CFLAGS=-I/tmp/driver/redirfs modules_install
make[1]: Entering directory ‘/usr/src/linux-4.4.57-18.3-obj/x86_64/default’
DEPMOD 4.4.57-18.3-default
make[1]: Leaving directory ‘/usr/src/linux-4.4.57-18.3-obj/x86_64/default’
modprobe: FATAL: Module redirfs not found.
RedirFS kernel modules installation failed.
At this point, I cannot uninstall as the command “rpm -e cav-linux_64” returns:
“error: package cav-linux_x64 is not installed”
So, does anyone have instructions for how to remove this package if the rpm module cannot do it?