Date: Sun, 10 Dec 1995 23:35:20 +0000 () From: James Raynard <fqueries@parody.tecc.co.uk> To: John Goerzen <jgoerzen@complete.org> Cc: questions@freebsd.org Subject: Re: Linux Emulator Message-ID: <Pine.BSF.3.91.951210232415.1720B-100000@parody.tecc.co.uk> In-Reply-To: <199512091623.KAA13958@complete.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 9 Dec 1995, John Goerzen wrote: > I want to get the Linux emulator for FreeBSD, but apparently it is in the > experimental directory. The tgz file in that directory is 45 MEGABYTES > long, and I only have a 28800 PPP connection that is long distance :-( If you're running 2.1.0-RELEASE, it's in the ports - the distfile tarball is about 1M. If you do 'get linux_lib.tar.gz' in the ports/emulators directory on ftp.freebsd.org, this will automatically get you a tarball of the installation bit, which you can then untar in /usr/ports/emulators on your system. ie # cd /usr/ports/distfiles # ftp ftp.freebsd.org (login, etc here) ftp> cd <FreeBSD-distfiles dir> ftp> get linux_lib.tar.gz (about 1M) ftp> lcd /usr/ports/emulators ftp> cd <freeBSD-2.1.0 ports dir>/emulators ftp> get linux_lib.tar.gz (about 1k) ftp> quit # cd /usr/ports/emulators # tar tvzf linux_lib.tar.gz # make install (I'm offline at the moment, so you'll need to fill in the appropriate directory names). Hope this helps James Segmentation fault (core dumped): cannot find file '.signature'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951210232415.1720B-100000>