From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 20 17:25:08 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34ABB106564A for ; Tue, 20 Jan 2009 17:25:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by mx1.freebsd.org (Postfix) with ESMTP id BD9328FC14 for ; Tue, 20 Jan 2009 17:25:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy13 with SMTP id 13so1321051ewy.19 for ; Tue, 20 Jan 2009 09:25:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QgRAzm+ykE4FRzYZunWe+KXcT6mOEgTHeGSaozb14lQ=; b=wU5iM/pPw/EZklp8rGXTS0T9WSqhI+7AzniZ1zivj1KqxFPnV0UD5QKgxquB/qQV/2 eFoVlWit5eEM2JIByUzhJPCJiaMfnPV7UwX6wb6DoFvDe83Xc1mw/etoPegyawvLOE14 98p0EtYPLgKOghhXA+CowXZJCb6ELmdNGUqAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PXX+kOgv019tcIei1tXKl65lccFVv8E8BkOgHlq6rXU1vfodjd/HnWMhmFS7bSftnq spnNIJLoYaWdtQNotKXeHpNVywmziFwTVshPc3cX9hdnkNnPbU/1t+kCh5rKHR8eLc0v zWUukjpiWZTq5u9UcIsmNRkWEfgLACCUePM7o= MIME-Version: 1.0 Received: by 10.210.10.1 with SMTP id 1mr918789ebj.85.1232472306117; Tue, 20 Jan 2009 09:25:06 -0800 (PST) In-Reply-To: References: Date: Tue, 20 Jan 2009 18:25:06 +0100 Message-ID: <3a142e750901200925g5c648c08t6d9364be9027407@mail.gmail.com> From: "Paul B. Mahol" To: Jacky Oh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: KLD: program.ko: depends of kernel - no avaiable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 17:25:08 -0000 On 1/20/09, Jacky Oh wrote: > Hi, > > I'm writing a syscall module and he compiles well but at load time, kldload > shows: > > KLD: program.ko: depends of kernel - no avaiable program.ko expect kernel that is not currently running. This usually means that kernel which you are currently using and source from which you are building program.ko are not in sync. It is hard to guess because you did not give any useful information. And this is one really belongs to questions@ and not to hackers@ > anyone know something about this? > > Thanks! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -- Paul