From: Chris N. <pu...@po...> - 2001-01-31 13:45:21
|
At 05:36 -0800 01.31.2001, CertIndex.com Webmaster wrote: >i grab a clean cvs copy of bender >i go into ~/slashcvs/slash >do a make && make install > >get error: > ># this needs to be made platform independent >install utils/slashd /etc/rc.d/init.d/ >install: cannot create regular file `/etc/rc.d/init.d/': No such file or >directory >make: *** [install] Error 1 Yes, this is mentioned in INSTALL. You need to do "make install PREFIX=/etc" (or whatever is appropriate for your platform). It might be useful to put a list of possible PREFIX values in INSTALL for specific platforms; if someone wants to provide a list (even a partial one), we can consider including it. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |