Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!paladin.american.edu!gatech!newsfeed.internetmci.com!nntp-hub2.barrnet.net!nntp-ucb.barrnet.net!reason.cdrom.com!usenet From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: More Newbie 2.1 Qs... Date: Thu, 11 Jan 1996 00:59:35 -0800 Organization: Walnut Creek CDROM Lines: 28 Message-ID: <30F4D177.41C67EA6@FreeBSD.org> References: <4d0gk9$2me@kocrsv08.delcoelect.com> NNTP-Posting-Host: time.cdrom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0b4 (X11; I; FreeBSD 2.1-STABLE i386) To: Perry Grieb <c23peg@mail.delcoelect.com> Perry Grieb wrote: .6.0. What package is libXaw.so.6.0 > in? I mounted the live file system CD and found the library in > /cdrom/usr/X11R6/lib and put a copy in /usr/X11R6/lib (after creat- > ing the directory). Note that I have not installed X. In any You did the right thing. You simply missed one last step: ldconfig -m /usr/X11R6/lib Which would have told ld to look in this new directory for libraries. It would have also been added at your next reboot, so emacs would have worked eventually anyway! :-) > (2) What type of filesystem does fdformat generate? It's not FAT. None, it only low-level formats the floppy. To put a DOS FAT fs on it either do the format under DOS or compile /usr/ports/emulators/mtoools and use the `mformat' utility (mformat a:). To BSD format it, do: disklabel -r -w fd0 floppy3 newfs /dev/fd0a -- - Jordan Hubbard President, The FreeBSD Project