Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing TACACS on Redhat 9

Status
Not open for further replies.

ChrisAC

ISP
Aug 6, 2001
2,158
GB
I'm trying to install a TACACS server on Redhat 9 and when I run make tac_plus I get the following error ..

/home/chris/TACACS/tac_plus.F4.0.4.alpha/config.c:1420: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead

Anyone know what this error means?

Thanks,

Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
On line 1420 of file 'config.c', the function 'sys_errlist' is used. sys_errlist() is now considered deprecated and it's use needs to be phased out in favor or 'strerror()' or 'strerror_r()'.

----
JBR
 
Okay, cheers. I actually thought that it had caused the installation to barf but it looks as though it's just informational as the server installed okay.

Thanks anyway.

Chris.


**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top