15 Jul
2009
15 Jul
'09
9:40 a.m.
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.