LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Has anyone tried to install ESET NOD32 Antivirus 4 for Linux on their Slackware box? (https://www.linuxquestions.org/questions/slackware-14/has-anyone-tried-to-install-eset-nod32-antivirus-4-for-linux-on-their-slackware-box-886700/)

Robert.Thompson 06-16-2011 08:24 AM

Has anyone tried to install ESET NOD32 Antivirus 4 for Linux on their Slackware box?
 
The system requirements for ESET NOD32 Antivirus 4 for Linux are:

Red Hat, Ubuntu, Debian, SUSE, Fedora, Mandriva, and most RPM and DEB Linux desktop distributions.

Can this be installed on Slackware?

I tried the download and install. Its says that after the install you need to reboot and an 'activate' application will start - it didn't.

I used ESET in my prior Windows life and it was great so I thought, why not in my linux life!

Any input would be appreciated.

Cultist 06-16-2011 12:47 PM

Tried rpm2tgz?

blue_k 06-16-2011 06:55 PM

I am also very interested in how to do this. Also, Cultist, the installer is a .linux file. I was also able to install it on a Slackware64 13.37 multilib system, but when I click the icon in the menu to start the gui, nothing happens. It appears it starts the process though, but after a few seconds it ends.

TobiSGD 06-16-2011 06:59 PM

Start it from a terminal and see if you get any error-messages.

blue_k 06-16-2011 08:08 PM

When I run it from the terminal it also does nothing. It starts the esets_gui and esets_scan.sh processes, but nothing ever comes up on the screen. The same thing happens if I click the icon in the menu for it. There are also no error messages.

Cultist 06-16-2011 09:19 PM

Downloading the free trial now, I'll play around with it and see if I can come up with anything

Cultist 06-16-2011 10:51 PM

open a terminal, go to /opt/eset/esets/sbin, and run esets_daemon

This will start the GUI for the antivirus. I have it up and working right now.

Edit: My guess is that since its intended for deb/rpm based systems, it for some reason doesn't make slackware boot with esets_daemon. Anyone know how to make it boot at startup?

blue_k 06-17-2011 01:14 AM

Quote:

Originally Posted by Cultist (Post 4388158)
open a terminal, go to /opt/eset/esets/sbin, and run esets_daemon

This will start the GUI for the antivirus. I have it up and working right now.

Edit: My guess is that since its intended for deb/rpm based systems, it for some reason doesn't make slackware boot with esets_daemon. Anyone know how to make it boot at startup?

Thank you for finding this out. Also, put /opt/eset/esets/sbin/esets_daemon in the rc.local file located in /etc/rc.d. That should make it start at boot.

brianL 06-17-2011 07:11 AM

You can convert .rpm and .deb packages to Slackware packages with src2pkg.

http://www.src2pkg.net/

Robert.Thompson 06-17-2011 07:52 AM

Quote:

Originally Posted by Cultist (Post 4388158)
open a terminal, go to /opt/eset/esets/sbin, and run esets_daemon

This will start the GUI for the antivirus. I have it up and working right now.

Edit: My guess is that since its intended for deb/rpm based systems, it for some reason doesn't make slackware boot with esets_daemon. Anyone know how to make it boot at startup?

Hi Cultist:

In /opt/eset/esets/sbin, I did the following:

Code:

bash-4.1# esets_daemon start
bash: esets_daemon: command not found
bash-4.1#

Am I doing something wrong?

Edit:

I did as "blue_k" suggested above ( put '/opt/eset/esets/sbin/esets_daemon' in the rc.local file located in /etc/rc.d) and ESET launched and I was able to activate.


Thanks to all you slackers yet once again!

brianL 06-17-2011 08:01 AM

Try:
Code:

./esets_daemon start

Robert.Thompson 06-17-2011 08:08 AM

Quote:

Originally Posted by brianL (Post 4388529)
Try:
Code:

./esets_daemon start

Thank you brianL. :)


All times are GMT -5. The time now is 07:11 AM.