22 Jun
2010
22 Jun
'10
1:45 a.m.
Zhouhuai Shen wrote:
I downloaded the freeradius-server-2.1.9 and tried to install on my Linux box, I did './configure --prefix=/tmp/freeradius', 'make' and then 'make install', a problem appears in the 'make install'. The error messages are as the followings:
libtool: install: error: cannot install `rlm_acctlog.la' to a directory not ending in /usr/local/lib
You did "./configure" *twice*. Once with the default prefix, and once with the updated prefix. Delete all of the source, un-tar it again, and rebuild. Alan DeKok.