Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2007 12:11:04 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        hal <hl700@cc.usu.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Help: apache22 and postgresql81 on 6.2
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 16 Jun 2007 17:26:35 -0600
hal <hl700@cc.usu.edu> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070618121104.0a80a367>