From owner-freebsd-questions@FreeBSD.ORG Thu May 20 06:10:34 2004 Return-Path: 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 3465D16A4CE for ; Thu, 20 May 2004 06:10:34 -0700 (PDT) Received: from d162.mplik.ru (relay1.mplik.ru [212.23.64.162]) by mx1.FreeBSD.org (Postfix) with SMTP id E1DED43D54 for ; Thu, 20 May 2004 06:10:32 -0700 (PDT) (envelope-from ngl@ur.ru) Received: from d162.mplik.ru (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id C27CA71493A for ; Thu, 20 May 2004 19:10:30 +0600 (YEKST) Received: from spirit (wall.mplik.ru [195.58.1.141]) by d162.mplik.ru (Postfix) with SMTP id 65A8C715F28 for ; Thu, 20 May 2004 19:10:30 +0600 (YEKST) Message-ID: <012d01c43e6b$d3961e30$8501a8c0@spirit> From: "ngl" To: Date: Thu, 20 May 2004 19:10:28 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Spam-Status: No, tests=bogofilter, spamicity=0.499990, version=0.12.3 X-Sagator-Scanner: 0.4.9-0rc1; drop(clamd()) deliver(BogoFilter()) Subject: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 13:10:34 -0000 Hi. How to export variable from one kernel module to another? I add EXPORT_SYMS to makefile and get export_syms file (not empty). Then i try to load another module which uses exported variable but kldload failed with message "kldload: can't load mod3.ko: No such file or directory" What have i done wrong ? regards, Nik