From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 4 02:59:44 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EB016A4CE for ; Thu, 4 Mar 2004 02:59:44 -0800 (PST) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3171743D46 for ; Thu, 4 Mar 2004 02:59:43 -0800 (PST) (envelope-from scotia@two-fifths.com) Received: from freebsd-01.two-fifths.com ([213.47.169.130]) by viefep13-int.chello.atESMTP <20040304105941.OCZX8396.viefep13-int.chello.at@freebsd-01.two-fifths.com> for ; Thu, 4 Mar 2004 11:59:41 +0100 Received: from freebsd-01.two-fifths.com (localhost [127.0.0.1]) i24C00dG034509 for ; Thu, 4 Mar 2004 12:00:00 GMT (envelope-from scotia@freebsd-01.two-fifths.com) Received: (from scotia@localhost)i24BxxNR034508 for freebsd-emulation@freebsd.org; Thu, 4 Mar 2004 12:00:00 GMT (envelope-from scotia) Date: Thu, 4 Mar 2004 11:59:59 +0000 From: Scott To: freebsd-emulation@freebsd.org Message-ID: <20040304115959.GA34478@freebsd-01.two-fifths.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: [freebsd-questions@two-fifths.com: sophos anti virus and mailmonitor on freebsd] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 10:59:44 -0000 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, and have also posted this message on -questions. Thanks in advance Scott