From owner-freebsd-questions@FreeBSD.ORG Mon Jun 18 02:11:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2445F16A41F for ; Mon, 18 Jun 2007 02:11:09 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id C695E13C4B9 for ; Mon, 18 Jun 2007 02:11:08 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 12439 invoked from network); 17 Jun 2007 21:11:09 -0500 Received: from 203-158-53-19.dyn.iinet.net.au (HELO localhost) (203.158.53.19) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Jun 2007 21:11:08 -0500 Date: Mon, 18 Jun 2007 12:11:04 +1000 From: Norberto Meijome To: hal Message-ID: <20070618121104.0a80a367@localhost> In-Reply-To: <03297CB0-E215-4286-B820-6FCF55E64E67@cc.usu.edu> References: <03297CB0-E215-4286-B820-6FCF55E64E67@cc.usu.edu> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help: apache22 and postgresql81 on 6.2 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: Mon, 18 Jun 2007 02:11:09 -0000 On Sat, 16 Jun 2007 17:26:35 -0600 hal wrote: > I just did a fresh install of 6.2. Hi, 6.2-RELEASE? -STABLE? You should update your system before putting a system live. If you are using a default kernel configuration (aka GENERIC), use freebsd-update to bring it up to date. (man freebsd-update). > When trying to build apache22 and postgresql81 > from the ports collection each gives the following > error: You should also update your ports collection. Check the handbook for how to do this. You can find the handbook in freebsd.org. And then upgrade all ports (or at least the ones that have security issues and are related to your issue at hand, eg, gmake). you can use portaudit ( ports-mgmt/portaudit ) to check for security issues . > > /usr/libexec/ld-elf.so.1: Shared object "libkvm.so.2" > not found, required by "gmake" > > So... what do I do now? > Where can I find libkvm.so.2? > Can someone give me a clue? locate libkvm in my system shows /lib/libkvm.so.3 (and tons of other files which are not necessarily what gmake is actually trying to use). You could use libmap.conf to remap the calls from libkvm.so.2 to libkvm.so.3 , but I suggest you upgrade your wolrd + kernel + ports first. If you have any more questions / problems, just send them to the list :) B _________________________ {Beto|Norberto|Numard} Meijome "Those who do not remember the past are condemned to repeat it." George Santayana I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.