From owner-cvs-all Thu Nov 2 15:48:12 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 935F637B4CF; Thu, 2 Nov 2000 15:48:08 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id BC52E19A3; Thu, 2 Nov 2000 15:47:49 -0800 (PST) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id PAA19745; Thu, 2 Nov 2000 15:47:49 -0800 (PST) Message-ID: <3A01FD25.3095DC2B@cup.hp.com> Date: Thu, 02 Nov 2000 18:47:49 -0500 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/linux Makefile linux.8 linux.sh References: <20001102125922.E14424@dragon.nuxi.com> <922.973206096@axl.fw.uunet.co.za> <20001102150624.A17881@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Fri, Nov 03, 2000 at 01:01:36AM +0200, Sheldon Hearn wrote: > > Basically, you _don't_ need to run the linux ldconfig every time you > > load the linux kld -- only every time you install new linux libraries. If those libraries are installed with rpm, chances are the post-install script runs ldconfig, which means that you don't even have to use ldconfig yourself at all. > > Yes, but if I boot with linux_enable=NO, the linux `ldconfig' never gets > run. The script takes care of that. When linux_base is installed, ld.so.cache and ld.so.conf are valid. No manual ldconfig is needed. There's of course also the comparison with having the linuxulator compiled in instead of loaded as a module. No scripts are run and ldconfig isn't run either in that case. So, if it works for the compiled in case, it works for the module case as well and simply loading the module should be enough to enable Linux ABI support. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message