From owner-freebsd-questions Tue Feb 29 17:11:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rivendell.mel.vet.com.au (rivendell.mel.vet.com.au [203.103.154.61]) by hub.freebsd.org (Postfix) with ESMTP id 13C0037BC69 for ; Tue, 29 Feb 2000 17:11:03 -0800 (PST) (envelope-from lodea@vet.com.au) Received: (from lodea@localhost) by rivendell.mel.vet.com.au (8.9.3/8.9.3) id MAA30848; Wed, 1 Mar 2000 12:10:45 +1100 (EST) Date: Wed, 1 Mar 2000 12:10:44 +1100 From: "Lachlan O'Dea" To: Morten Seeberg Cc: questions@FreeBSD.ORG Subject: Re: VMware port Message-ID: <20000301121043.B30744@vet.com.au> Mail-Followup-To: Morten Seeberg , questions@FreeBSD.ORG References: <000f01bf8302$7f00df00$16280c0a@sos> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.1.4i In-Reply-To: <000f01bf8302$7f00df00$16280c0a@sos>; from morten@seeberg.dk on Tue, Feb 29, 2000 at 11:15:29PM +0100 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 29, 2000 at 11:15:29PM +0100, Morten Seeberg wrote: > Hi, I just installed the VMware port on a CURRENT, since make couldīt > download the VMware files itself, I did it manually and moved it to > /usr/ports/distfiles, and then the port installed just fine > > But when running the vmware-config.pl file, it asked for two binaries: > INSMOD and MODPROBE, which my system does not contain. Are these specific > Linux files? and what should I associate them with??? They are Linux binaries for loading kernel modules. I don't know if FreeBSD's Linux compatibility supports Linux kernel modules or not. If you feel like experimenting, you could install the modutils RPM, which would give you the above files. The modutils from RedHat 6.1 will be on your favourite RedHat FTP mirror in .../redhat-6.1/i386/RedHat/RPMS/modutils-2.1.121-14.i386.rpm (I'm assuming you've already got the linux_base 6.1 port installed.) To install it, do something like: % rpm --root /compat/linux -i --ignoreos modutils-2.1.121-14.i386.rpm I doubt that insmod will work though. If it did, I would have expected modutils to be included in the linux_base port. -- Lachlan O'Dea Computer Associates Pty Ltd Webmaster Vet - Anti-Virus Software http://www.vet.com.au/ "No, no, there is no why." - Yoda, Jedi Master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message