Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!newsfeed.internetmci.com!news From: Paul Marsh <marsh@bigsky.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Kerberos Install Problem (Repost?) Date: 21 Sep 1995 21:42:54 GMT Organization: Big Sky Network Technologies Lines: 27 Message-ID: <43sm8u$9rb@hydra.bigsky.net> NNTP-Posting-Host: pegasus.bigsky.net Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; Linux 1.2.6 i486) X-URL: file:/usr/local/home/staff/marsh/kerb I began with Version 2.0, (January 1994), and needed to install kerberos. Discovering that "kadmind" was not included, I decided to use SUP to bring me up to date with the latest stable sources. From then on, I got varing results, but no complete rebuild. Any help identifing the errors in my ways would be greatly appreciated. In my first attempt, I tried "make -DMAKE_EBONES -DMAKER_KERBEROS world". This appeared to go well up to the "Rebuilding The whole thing" part. It terminated here with the error, "make: don't know how to make depend. Stop". This prompted me to try "make -DMAKE_EBONES -DMAKER_KERBEROS depend". This went nicely until it got to "===> usr.bin/passwd". Here it died with the error "make: don't know how to make kpasswd.c. Stop". Scanning the disk for the file returned nothing. At this time, I decided to regroup and attempt a basic "make world". Which got me to the point "Cleaning up the source tree, and rebuilding the obj tree", where "make cleandir" died with "make: don't know how to make cleandir. Stop". Well for fun, I decided to try "make -DNOCLEANDIR world". That's still in process, so I don't know the results of that yet. In the mean time, insight into the causes of the previously mentioned events would be appreciated. Thanks in advance.