From: Steve L. <st...@si...> - 2001-02-14 17:42:40
|
On Wed, 14 Feb 2001, Chris Nandor wrote: > If there are broken paths using PREFIX=/home/slash, let us know so we can > fix them. In my install, the Makefile didn't get the INIT and PREFIX arguments. I specified: make INIT=/etc/rc.d PREFIX=/home/slash Makefile contained: PREFIX = /usr/local/slash INIT = /etc I edited these by hand to read: PREFIX = /home/slash INIT = /etc/rc.d before continuing with the process. > However, I would recommend just installing in /usr/local/slash > and then just moving the contents of the site directory manually (editing > appropriate httpd configs), and editing slashd appropriately to deal with > the new locations. That should take care of it for you, I think. Will do! Thanks (Brian too) for the tips. Steve -- Steve Linberg, Chief Goblin Silicon Goblin Technologies http://silicongoblin.com Be kind. Remember, everyone you meet is fighting a hard battle. |