On Wed, 2002-06-12 at 13:51, Mike wrote: > I got this error when I tried to run KDE. I did everything on the > website to my understanding. > > [localhost:~] mike% startx -- -quartz > > xinit: No such file or directory (errno 2): no server > "/usr/X11R6/bin/X" in PATH
What is the output of: dpkg -l | grep xfree86 ? The most likely reason for this is you have xfree86-base installed, but no xfree86-rootless. If that is the case, the fix is to do "sudo apt-get install xfree86-rootless". -- Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED]) http://defiance.dyndns.org/ / http://radio.scenespot.org/ ...if humanoids eat chicken, then obviously they'd eat their own species. Otherwise they'd just be picking on the chickens. -- Kryten _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
