[tac_plus] Re: Uninstalling tacacs+

Andy Saykao asaykao at gmail.com
Thu Nov 26 04:14:04 UTC 2009


Thanks for that.

Here's the output of my 'make uninstall'.

I guess these are the steps you need to do in order to uninstall it.

root at tacacs-1:/usr/local/src/tacacs+-F4.0.4.19# make uninstall
 ( cd '/tac-plus/bin' && rm -f tac_pwd tac_plus )
 ( cd '/tac-plus/include' && rm -f tacacs.h )
 /bin/bash ./libtool   --mode=uninstall rm -f '/tac-plus/lib/libtacacs.la'
rm -f /tac-plus/lib/libtacacs.la /tac-plus/lib/libtacacs.so.1.0.0
/tac-plus/lib/libtacacs.so.1 /tac-plus/lib/libtacacs.so
/tac-plus/lib/libtacacs.a
 ( cd '/tac-plus/share/man/man3' && rm -f regexp.3 )
 ( cd '/tac-plus/share/man/man5' && rm -f tac_plus.conf.5 )
 ( cd '/tac-plus/share/man/man8' && rm -f tac_plus.8 tac_pwd.8 )
 ( cd '/tac-plus/share/tacacs+' && rm -f do_auth.py users_guide )
 ( cd '/tac-plus/share/tacacs+' && rm -f tac_convert )

Everything worked except for this step...

root at tacacs-1:/tac-plus/include# /bin/bash ./libtool   --mode=uninstall rm
-f '/tac-plus/lib/libtacacs.la'
/bin/bash: ./libtool: No such file or directory

To fix that I had to go back into the install directory and run it.

root at tacacs-1:/usr/local/src/tacacs+-F4.0.4.19# locate libtool
/usr/local/src/tacacs+-F4.0.4.19/libtool

cd /usr/local/src/tacacs+-F4.0.4.19/
root at tacacs-1:/usr/local/src/tacacs+-F4.0.4.19# /bin/bash ./libtool
--mode=uninstall rm -f '/tac-plus/lib/libtacacs.la'

All good now...Thanks everybody !!



On Thu, Nov 26, 2009 at 1:38 PM, adam <prozaconstilts at gmail.com> wrote:

> Andy Saykao wrote:
>
>> I am using the latest one - tacacs+-F4.0.4.19
>>
>> On Thu, Nov 26, 2009 at 11:18 AM, luismi <asturluismi at gmail.com> wrote:
>>
>>  which distro?
>>>
>>> El jue, 26-11-2009 a las 10:57 +1100, Andy Saykao escribió:
>>>
>>>> Hi All,
>>>>
>>>> Sorry for so many questions, new to the mailing list and eager to learn
>>>>
>>> as
>>>
>>>> much about this product as I can.
>>>>
>>>> When I installed tacacs+, I installed everything into the /tac-plus
>>>>
>>> folder
>>>
>>>> with the command ./configure --prefix /tac-plus.
>>>>
>>>> To uninstall the program, is it as simple as deleting the entire
>>>>
>>> /tac-plus
>>>
>>>> folder???
>>>>
>>>> Thanks.
>>>>
>>>> Andy
>>>> -------------- next part --------------
>>>> An HTML attachment was scrubbed...
>>>> URL:
>>>>
>>>
>>> http://www.shrubbery.net/pipermail/tac_plus/attachments/20091126/30b1ce3b/attachment.html
>>>
>>>> _______________________________________________
>>>> tac_plus mailing list
>>>> tac_plus at shrubbery.net
>>>> http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus
>>>>
>>>
>>>
>>>  -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://www.shrubbery.net/pipermail/tac_plus/attachments/20091126/8aab9020/attachment.html_______________________________________________
>>
>> tac_plus mailing list
>> tac_plus at shrubbery.net
>> http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus
>>
>
> If you still have the makefile that was generated via your configure
> command, you could check the install portion of it, and do the reverse.
>
> I know for me, the configure-generated Makefile did have an uninstall, so
> it's as simple as `make uninstall`.
>
> Adam
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.shrubbery.net/pipermail/tac_plus/attachments/20091126/3cdfbef1/attachment.html 


More information about the tac_plus mailing list