![]() |
Noob question... Running Perl Install script - warnings & question - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Noob question... Running Perl Install script - warnings & question (/showthread.php?tid=6696) |
Noob question... Running Perl Install script - warnings & question - alcanz - 01-06-2020 As it looks like no one has tried F-Prot AV, I'm trying to be the guinea pig. I've discovered that LL comes with Perl v5.26.1 already installed, but who would have guessed that this is a much later version than v5.8? I don't get that. Anyway, I have succeeded in downloading the FP for Linux tarball, and extracting the files into /opt/f-prot as recommended. The install instructions simply say: Quote:cd /opt/f-prot/ I tried that (in Terminal), in various forms but only got: 'command not found'. Seems odd, since perl is available (perl -v works), so tried: sudo perl -W -- install-f-prot.pl {-W means 'enable all warnings'} and got: Quote:Unquoted string "mailtools" may clash with future reserved word at install-f-prot.pl line 199. I've had a little look through the install-f-prot.pl code, but I know nothing about Perl. It looks as if some of the warnings may be irrelevant, but wouldn't that suggest that Perl is going to misinterpret the actual code? Could it be that v5.26.1 is not fully backwards compatible? I broke out but don't know what to do. I notice it says Debian rather than Ubuntu, but I guess that's not important? If I run this and it fails, how bad will the mess be? Any suggestions, please? Re: Noob question... Running Perl Install script - warnings & question - Valtam - 01-06-2020 Have you asked the developers for Support? Re: Noob question... Running Perl Install script - warnings & question - Valtam - 01-06-2020 For the record, I had no issues installing on 4.6 64bit: Code: ./install-f-prot.pl Re: Noob question... Running Perl Install script - warnings & question - alcanz - 01-06-2020 Hi Jerry, Many thanks! I didn't try asking for support from F-Prot as I doubted I would get any... Since Cyren bought Frisk Software, all they seem to do is maintain the virus database. As you can see, there have been no application updates for years. Apparently, Frisk did a great job of building in forward compatibility, but how long will that last? I don't understand what I did wrong. I followed the instructions to the letter - or at least, so I thought. But I got a slightly different result from you when I finally manned up late last night and ran it anyway, using the explicit Command Line I already posted. It's not as if I have much to rebuild as yet. FWIW, the differences were these: Quote: You are about to install F-PROT Antivirus for Linux Workstationsand Quote: All done! It doesn't seem to like line 199. Maybe it got leftover when they cut down the Mail Server version to the Linux Freebie? Did you run your install from a different location - e.g. the Download folder? I ran from /opt/f-prot as the minimalist instructions seem to say. Anyway, it seems to be installed, but I don't know where it shows in any System Report. Obviously, it's On-Demand (Manual Scanner) only, but I've tested with the EICAR Virus Test file and it found that okay. Surprise, Surprise! :o Whether the Autoupdater is genuinely working I have yet to confirm. I'm also still looking to see if I can find out how good it is at virus detection, but one report I found suggests Comodo is terrible, and ClamAV is not a whole lot better, so F-Prot may be a viable alternative for those wanting AV. Unfortunately, not many companies seem to submit to VB100 Testing any more, so that's no real help. Will post anything I find that looks useful - maybe to the other thread as that is more relevant. Again, many thanks for your help, and more importantly, for Linux Lite! Re: Noob question... Running Perl Install script - warnings & question - Valtam - 01-06-2020 As far as instructions go, I just did what they told me in the readme. I don't want to go to into depth with this software because as you pointed out, it's pretty darn old. I wouldn't touch it with a barge pole personally. ClamAV must be good enough, if pc tech's are using it from a live cd on customers pc's, including me. Nice ClamAV tutorial in the Help Manual ![]() |