Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: Installation Problems Message-ID: Date: 27 Jun 89 19:40:29 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 31 > Excerpts from ext.in.info-andrew: 27-Jun-89 Re: Installation Problems > Fred Hansen@andrew.cmu.e (1572+0) >> Excerpts from ext.in.info-andrew: 20-Jun-89 Installation Problems >> Kenneth B. Sall@gvlv2.GV (2389) >> "can't >> open modefont andysans12b" > Have you checked the fonts in /usr/andrew/fonts? There should be an > andysans12b.fwm file which is a link to a helvetica12b.fwm file. Both > files would have to be readable by all users. (Or possibly there is > some difference in font support between R2 and R3. I don't know about > that area.) Uhm - if this is for X11 - then you're not interested in DESTDIR/fonts or .fwm files - you're interested in DESTDIR/X11fonts and .snf files In which case there should be a helvetica12b.snf file If you're running R3 X11 there should be a fonts.dir file which has an entry for helvetica12b - and there should be a fonts.alias file which has shows that andysans12b is synonymous with helvetica12b. If this isn't set up - you have to do a make install of andrew/xmkfontdir I don't remember what the X font convention was for R2 - I know it was different but that's about it. - make install andrew/xmkfontdir might help - I don't know though. --fish