eTrust Antivirus on Fedora

Peter Bonivart peter at UCGBOOK.COM
Mon Mar 15 18:16:49 GMT 2004


Kyle Harris wrote:
> Thanks to the suggestion from Peter Bonivart (and no thanks to CA tech
> support) I was able to get eTrust AV 7.0 working on Fedora Core 1.  I had
> to make two changes.  First in /usr/lib/MailScanner/etrust-wrapper I had to
> add the following line:  export LD_ASSUME_KERNEL=2.2.5 .  After that
> change, eTrust started working in MailScanner.  To get the signature update
> script to work, I also had to put the same line
> in /etc/cron.hourly/update_virus_scanners .  I'm not sure if this is the
> proper place for this, but it seemed to do the trick for me.  It should
> probably also be noted that when you do this, you still can not run
> inocmd32 from the command line without typing in this same command (or you
> could always do this in your bash profile).

Cool, glad to be of help. I checked the server today and I had actually
renamed the inocmd32 to inocmd32.bin and replaced it with this wrapper:

#!/bin/sh
export LD_ASSUME_KERNEL=2.2.5
unset LD_LIBRARY_PATH
/opt/eTrustAntivirus/ino/bin/inocmd32.bin $*

I had also added the export and unset to scripts/InoStart and
scripts/UpdateEngine.sh. That makes them work independant of MS and thus
survive an update of MS. This was just trial and error, no help from CA
of course, so I don't know if it's the optimal solution but it works for
me. Both the engine and signatures update nicely.

> Julian,
> Do you think it would be a good idea to either have this added in the next
> update (at least until eTrust updates their software) or put this in the
> FAQ somewhere?  I'm sure others running eTrust 7.0 will run into this same
> problem on versions of RedHat newer than 8.0 or Fedora.

I think it's wrong for Julian to fix problems for CA. His wrapper should
work for what CA supports (RH8) so there's nothing for him to fix. I
will wait for others to post their opinion and then post in the FAQ if
no one objects.

--
/Peter Bonivart

--Unix lovers do it in the Sun

Sun Fire V210, Solaris 9, Sendmail 8.12.10, MailScanner 4.25-14,
SpamAssassin 2.63 + DCC 1.2.30, ClamAV 0.67 + GMP 4.1.2, MailStats 0.25



More information about the MailScanner mailing list