I cannot configure freeradius to install into any other directory other than the default. When I configure with the following: ./configure --prefix=/Radius make all make install the 'make install' fails. When I perform the default configure, everything works fine. I am using 'freeradius-1.1.1.tar.gz' to build. Any ideas? thanks, glenn -- G Swonk a t gmail dot Com
Glenn Swonk wrote:
When I configure with the following:
./configure --prefix=/Radius make all make install
the 'make install' fails.
Any ideas?
It's a known bug, and it'll be fixed in 1.1.2. http://bugs.freeradius.org/show_bug.cgi?id=354 -- Nicolas Baradakis
Nicolas Baradakis wrote:
Glenn Swonk wrote:
When I configure with the following:
./configure --prefix=/Radius make all make install
the 'make install' fails.
Any ideas?
It's a known bug, and it'll be fixed in 1.1.2. http://bugs.freeradius.org/show_bug.cgi?id=354
If it is the same problem I had, the workaround/fix is to edit the Makefile and add a line to create the libs directory. Just copy one of the other lines. Its near the top of the file and pretty obvious. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
participants (4)
-
Alan DeKok -
Dennis Skinner -
Glenn Swonk -
Nicolas Baradakis