From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 09:27:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 335EB106567B for ; Thu, 24 Jul 2008 09:27:53 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 35D428FC0A; Thu, 24 Jul 2008 09:27:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48884B19.5040304@FreeBSD.org> Date: Thu, 24 Jul 2008 11:27:53 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Len Conrad References: <200807232315562.SM01624@TX2.Go2France.com> <4887A5E8.4000200@FreeBSD.org> <20080724033478.SM01624@TX2.Go2France.com> In-Reply-To: <20080724033478.SM01624@TX2.Go2France.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: libbz2.so.3 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 09:27:53 -0000 Len Conrad wrote: > >>> FreeBSD 6.3-R >>> amavis, spammassassin, clamav installed via ports >>> clamav is logging : > > > >>> Jul 23 16:08:32 mx2 amavis[2626]: (02626-01-2) (!!)run_av >>> (ClamAV-clamscan) FAILED - unexpected exit 1, >>> output="/libexec/ld-elf.so.1: Shared object "libbz2.so.3" not found, >>> required by "clamscan"" >>> All the system has similar is: >>> find / -iname "*libbz2*" >>> /usr/lib/libbz2.a >>> /usr/lib/libbz2.so.2 >>> /usr/lib/libbz2.so >>> /usr/lib/libbz2_p.a >>> Really nothing on Google about libbz2.so.3 >> >> You installed a 7.x/8.x package. > > ok, thanks. I see where that did happen, grabbed the wrong one from > freshports. > > deleted clamav pkg > > added the "6" clamav. > > Now get a different error: > > /usr/local/etc/rc.d/clamav-freshclam start > > Starting clamav_freshclam. > > /libexec/ld-elf.so.1: Shared object "libc.so.7" not found, required by > "libgmp.so.7" Same error, different port. Kris