Re: Unable to read checkpassword: file does not exist
[email protected] (Paul Jarc) Thu, 25 Dec 2003 06:07:56 -0500
| Newsgroups | gmane.comp.djb.checkpassword |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"William Olson" <[email protected]> wrote: > ===> Checking if textproc/xmlcatmgr already installed > /bin/mkdir -p /usr/local/bin > install -c -o root -g wheel -m 555 bin/xmlcatmgr.sh /usr/local/bin/xmlcatmgr > install: fatal: unable to read checkpassword: file does not exist > *** Error code 111 The Makefile for checkpassword creates a program called "install" which is not intended to be installed itself; it simply installs the checkpassword program. Apparently, your system's normal "install" program was overwritten with (but not by) the "install" program for checkpassword. If you installed this "install" program yourself, you shouldn't have; just follow the instructions. If you used someone else's (apparently buggy) installation procedure for checkpassword (perhaps the ports tree?), then you can report this problem to whoever maintains that alternate installation procedure for checkpassword. You might also consider not using that alternattte procedure and just following DJB's instructions for installing checkpassword. paul