From owner-freebsd-ports@FreeBSD.ORG Fri Feb 17 14:11:49 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B74C16A420 for ; Fri, 17 Feb 2006 14:11:49 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B26F43D58 for ; Fri, 17 Feb 2006 14:11:46 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1HEBXMU025449; Sat, 18 Feb 2006 01:11:33 +1100 Received: from [61.8.43.164] (ppp2BA4.dyn.pacific.net.au [61.8.43.164]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1HEBT5Q009670; Sat, 18 Feb 2006 01:11:31 +1100 In-Reply-To: <20060217073023.A48425@kira.epconline.net> References: <20060217073023.A48425@kira.epconline.net> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5C486E0C-5242-45C7-8756-CA2FAAA41FF9@FreeBSD.org> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sat, 18 Feb 2006 01:11:28 +1100 To: Chuck Rock X-Mailer: Apple Mail (2.746.2) Cc: ports@FreeBSD.org, rob@debank.tv Subject: Re: FreeBSD Port: clamav-0.88 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 14:11:49 -0000 On 18/02/2006, at 12:38 AM, Chuck Rock wrote: > I have a FreeBSD 5.2.1 system that this port is having a problem > installing on. > > I have not had any dificulties with the previous releases on this > machine. > > I tried downloading the port, running make. I got the following. > > ===> Vulnerability check disabled > ===> Found saved configuration for clamav-0.80 > ===> Extracting for clamav-0.88 > => Checksum OK for clamav-0.88.tar.gz. > ===> Patching for clamav-0.88 > ===> Applying extra patch > /root/modules/clamav/files/extra-patch-libclamav__unrarlib.h > ===> Applying FreeBSD patches for clamav-0.88 > ===> clamav-0.88 depends on shared library: gmp.6 - found > ===> Configuring for clamav-0.88 > ===> Building for clamav-0.88 > make: cannot open Makefile. > *** Error code 2 > > I found this error similar on an online forum, they didn't have any > resolution. > > I checked ownership and directory space, no problems. > > So I decided to install the package instead. > > That installed without errors, but when I tried to run freshclam to > update > the virus database, I received this error. > > /libexec/ld-elf.so.1: Shared object "libz.so.3" not found > > I did a locate, and I only have this. > > /libexec/ld-elf.so.1 > /usr/libexec/ld-elf.so.1 > /usr/share/man/man1/ld-elf.so.1.1.gz > /var/run/ld-elf.so.hints > > I have not had any problems before, so I don't know where to turn. > I was > unable to find any help searching online for these issues. I have > about 6 > FreeBSD servers to update with varying FreeBSD versions from 4.9 to > 5.4. I > have had no problems like this in the past several ClamAV upgrades. > You have installed packages built for a newer version of FreeBSD. They won't work. Roll back the changes and try to investigate the problem with the port. Ideally you should upgrade that machine - it's out of support and coming up on two years old.