On Sun, 2002-06-09 at 20:01, Meelis Roos wrote: ... > > > Can't save cache in "/usr/local/XFree/lib/X11/fonts" > > > > Does "/usr/local/XFree/lib/X11/fonts" exist ? And can root write (it > > could be marked/mounted read only). > > Bingo! It looks like 'make install' does not create this diriectory ... > install almost succeeds. The next error is about missing pam_appl.h,
It looks like xdm is configured with PAM support, but PAM is not found. You can solve this by: 1) Installing PAM development package (thats the headers). 2) Configuring xmd to build without PAM, I do not remember how XFree86 did it. But the usual way is ./configure --without-pam or something like that. probably in a readme somewhere, or ./configure --help ... > make[3]: Entering directory `/home/mroos/compile/xc/programs/xdm' The dangerous path is to modify the makefile and remove -DUSE_PAM from it. Dangerous because you can not be sure if you found them all. So if possible, rerun configure or similar. ... > I need to finish 'make install' first then I will try running it :) You dont say! ;-) Anyway, about the missing directory. Do write a bug rapport of it and send it to XFree.org. Its best that they fix their scripts (if is was their script that is). // Jarmo _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie