On Tue, 2009-01-13 at 11:46 -0500, John Dennis wrote:
Brian Ertel wrote:
John,
You are right, but the dir where the old radius was "make installed" is gone. That is the original folder that was created after unzipping and installing the old ver. Of radius is gone. Is there anything else I can do?
You can recreate the tree, follow the same steps you did the first time which was probably something like this:
% tar xf freeradius-server.tar % cd freeradius-server % ./configure #passing the exact same parameters you used the first time % make
Now instead of "make install" run make "make uninstall"
Then you can delete the source tree.
BTW, all this is basic Linux/Unix administration, the freeradius-users list is not an appropriate place to learn these topics.
seems to me that it attempts to load the files he installed from tarball that are in /usr/local/[bin|sbin] and that is what he needs to clean out before he ever attempts to use anything installed from rpm Craig