From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 08:29:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 005BD16A4CF for ; Wed, 3 Mar 2004 08:29:04 -0800 (PST) Received: from mail.web-1hosting.net (mail.web-1hosting.net [63.123.79.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4979C43D1F for ; Wed, 3 Mar 2004 08:29:04 -0800 (PST) (envelope-from aaron@sixone.org) Received: from mail.web-1hosting.net (spencer-117.iowaone.net [12.13.110.117]) by mail.web-1hosting.net (Postfix) with ESMTP id 2895C2D824B for ; Wed, 3 Mar 2004 10:29:01 -0600 (CST) Date: Wed, 3 Mar 2004 10:30:06 -0600 From: Aaron Sloan To: freebsd-questions@freebsd.org Message-Id: <20040303103006.21c1c0ad@slick.iowaone.net> In-Reply-To: <20040303125018.GA36228@freebsd-01.two-fifths.com> References: <20040303125018.GA36228@freebsd-01.two-fifths.com> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: sophos anti virus and mailmonitor on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 16:29:05 -0000 On Wed, 3 Mar 2004 12:50:18 +0000 Scott wrote: > Hi all, > > I'm trying to get Sophos Mailmonitor running on my 5.2 box, but to no avail. > > Below is a sequence of events... > > Installed Sophos Anti-virus for FreeBSD 3+. Sweep (the executable) works fine. > File '/usr/local/bin/sweep' is of brand 'SVR4' (0). > File '/usr/local/lib/libsavi.so.3.2.07.054' is of brand 'SVR4' (0). This is a library both SAV and MailMonitor use. > > Installed MailMonitor for Linux (there is no FreeBSD version). The install works a treat. > The executable is called mmsmtpd, there is also a (library?) file called mmsmtp.out. > File '/usr/local/sophos/mmsmtp/bin/mmsmtp.out' is of brand 'SVR4' (0). > > Installed linux_base-6.1_5 via packages > Loaded linux.lo > kldstat says: > Id Refs Address Size Name > 1 9 0xc0400000 5d7f1c kernel > 2 1 0xc09d8000 51a18 acpi.ko > 3 1 0xc24bb000 2000 dragon_saver.ko > 4 1 0xc24e7000 19000 linux.ko > > >From /usr/local/sophos/mmsmtp/bin/ ran ./mmstpd -start > Got the following error: > /usr/local/sophos/mmsmtp-1.2.2/Linux-x86/bin/mmsmtp.out: error in loading shared libraries: libsavi.so.2: cannot open shared object file: No such file or directory > > Created symlink /lib/ (was this correct?) > ln -s /usr/local/lib/libsavi.so.3.2.07.054 /lib/libsavi.so.2 > > >From /usr/local/sophos/mmsmtp/bin/ ran ./mmstpd -start > Got the following error: > /usr/local/sophos/mmsmtp-1.2.2/Linux-x86/bin/mmsmtp.out: error in loading shared libraries: libsavi.so.2: ELF file ABI version invalid. > > Then I started trying everything... > > brandelf -t Linux /usr/local/lib/libsavi.so.3.2.07.054 > >From /usr/local/sophos/mmsmtp/bin/ ran ./mmstpd -start > Got the following error: > /usr/local/sophos/mmsmtp-1.2.2/Linux-x86/bin/mmsmtp.out: error in loading shared libraries: libsavi.so.2: ELF file OS ABI invalid. > > So now I'm stuck. I'd appreciate any help anyone might have! > I've done a search on freebsd-emulation but no luck. > > Thanks in advance > Scott > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Sorry I can't help.. I'm curious if you tried sophos support? I'm going to be doing the same in the next few months and would be interested on what you find out. Aaron