From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 04:20:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA8F016A412 for ; Mon, 13 Nov 2006 04:20:08 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CD043D46 for ; Mon, 13 Nov 2006 04:20:08 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so340309nfc for ; Sun, 12 Nov 2006 20:20:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L2wWN1EqIR/x9wD92n9+UbHYQdiU7eAo0TWPnDKMyCv9MuERZiN98d5n3RfX7A2L5yXF1tXRddziSIGuSORghKLJt+UuvyqJ3g4nnKuxcDEBtW/rCW+NTR6e38OEDjnpAtvvNpQLil1slwXqN/Ghlfq/dA0OWbM4wZXOD2jms4s= Received: by 10.82.120.15 with SMTP id s15mr568390buc.1163391606962; Sun, 12 Nov 2006 20:20:06 -0800 (PST) Received: by 10.82.175.1 with HTTP; Sun, 12 Nov 2006 20:20:06 -0800 (PST) Message-ID: Date: Sun, 12 Nov 2006 22:20:06 -0600 From: "illoai@gmail.com" To: "freebsd-questions@freebsd.org" In-Reply-To: <20061113045422.a33ea647.armin@pubbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061113003447.0aaf01de.armin@pubbox.net> <20061113045422.a33ea647.armin@pubbox.net> Cc: Armin Arh Subject: Re: FreeBSD-6, kldload: No such file... 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, 13 Nov 2006 04:20:09 -0000 On 11/12/06, Armin Arh wrote: > On Sun, 12 Nov 2006 21:38:35 -0600 "illoai@gmail.com" wrote: > > You do not say from what to 6.x. > > It was 5.4 > > > kldconfig(8) > > man 8 kldconfig > > got it now, > > thx. > > Armin The 5.4 --> 6.x has probably left you with some old libs hanging around as well, hence your additional problem in the other thread with opera segfaulting. Try rereading the end of the /usr/src/UPDATING file and following that, especially the delete-old-libs bit. -- --