make install without messing with previous configuration?

Alan DeKok aland at deployingradius.com
Wed Jul 15 15:40:13 CEST 2009


Stefan Winter wrote:
> Not really...
> 
> gmake[2]: Leaving directory
> `/home/swinter/packages/linux/freeradius-server-2.1.6/src'
> Making install in raddb...
> gmake: Entering an unknown directory

  OK.... how about this.  Edit "Makefile".  Change:

SUBDIRS		= $(LTDL_SUBDIRS) src raddb scripts doc

  to

SUBDIRS		= $(LTDL_SUBDIRS) $(wildcard src raddb scripts doc)


  Then configure;rm -rf raddb;make;make install

> And it breaks the next time you run configure:

  Well, that's what "tar -zxf" is for.

  Alan DeKok.



More information about the Freeradius-Users mailing list