bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kerberos telnet?


From: Sergey Poznyakoff
Subject: Re: kerberos telnet?
Date: Thu, 19 Sep 2002 12:00:51 +0300

> I am running from inetutils CVS with Heimdal header files, but there
> seem to be some name space collision:

I see. Indeed, Heimdal declares its own Authenticator type. To
avoid the clash, change to the inetutils libtelnet directory,
run the following script and then recompile:

#! /bin/sh
for name in `grep -l Authenticator *.[ch]`
do
        mv $name ${name}~
        sed 's/Authenticator/TN_Authenticator/g' ${name}~ > $name
done


Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]