[tac_plus] tacacs with des compilation issues on solaris 10

john heasley heas at shrubbery.net
Fri Mar 11 21:37:59 UTC 2011


Fri, Mar 11, 2011 at 11:33:21AM -0500, Aaron:
> solaris 10
> Not sure what setting I am missing.
> I've set ARAP_DES in as a define and predictably get the following error.
> default_fn.c:35:22: arap_des.h: No such file or directory

i'm not familiar with the arap stuff, but it requires a DES library with the
functions
    des_init(0);
    des_setkey(secret);
    des_endes(r_chal);
    des_done(); 
if you have that, you can probably just remove that include.

what hardware are you using that uses arap?

> It has been awhile since I've done (solaris 8) this but I cannot
> remember how I did it before.
> 
> tia
> 
> Aaron
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://www.shrubbery.net/pipermail/tac_plus/attachments/20110311/745e7227/attachment.html>
> _______________________________________________
> tac_plus mailing list
> tac_plus at shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus


More information about the tac_plus mailing list