On Tue, 18 Jul 2000, Thomas Dodd wrote:

>> Looks like some library is missing, or something.  I just turned
>
>I'd agree. 
>add '-lcrypt' to the last compile command.
>
>What version of crypt are you using though?
>
>man crypt:
>
>crypt(3)
>#define _XOPEN_SOURCE
>#include <unistd.h>
>char *crypt(const char *key, const char *salt);
>
>which doesn't look like what you have in the code.
>But I've never used crypt either.

Yeah, I did all that yesterday, and a bunch more.  I got it to
compile, and it runs, but doesn't do anything.  Also any time it
wants the root password it denies access, but allows other
logins.

I need it to work with ssh, and have no idea how to do this
either.

Any ideas?
TTYL

-- 
Mike A. Harris                                     Linux advocate     
Computer Consultant                                  GNU advocate  
Capslock Consulting                          Open Source advocate

... Our continuing mission: To seek out knowledge of C, to explore
strange UNIX commands, and to boldly code where no one has man page 4.



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to