This is a discussion on Re: Re : problem with freeradius & fedors core 5,6 within the FreeRADIUS Users forums, part of the Networking and Network Related category; Jackson Jerry-NPC637 wrote: > Ok. I'm fairly new to Linux & thought that doing a > `make clean' ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jackson Jerry-NPC637 wrote:
> Ok. I'm fairly new to Linux & thought that doing a > `make clean' would accomplish this. No. The "make install" process installs files on the system. "make clean" just cleans up the build directory, *not* the installed files. > Do I have to go in > & delete all of the leftover freeradius files after the > `make clean'? Or, what is the best way to make sure that the > previous install has been completely removed. Remove the files from /usr/.... or where they were installed. The "make install" process prints out which files were installed, and where. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |