Have libcrypt installed? Included in the glibc RPM...
root@delirium.~# locate libcrypt
/lib/libcrypt-2.0.7.so
/lib/libcrypt.so.1
/usr/lib/libcrypt.a
/usr/lib/libcrypt.so
root@delirium.~# rpm -qf `locate libcrypt`
glibc-2.0.7-7
glibc-2.0.7-7
glibc-devel-2.0.7-7
glibc-devel-2.0.7-7
HTH, M
>
>I've been trying to write a program in C to do user authentication and
>allow them to log into my machine. The problem is that it won't compile
>in 5.0. It gives me compile errors in tmp files.
>/tmp/cca017411.o(.text+0x356): undefined reference to `crypt'
>
>The program will compile on 4.2
I've been trying to write a program in C to do user authentication and
allow them to log into my machine. The problem is that it won't compile
in 5.0. It gives me compile errors in tmp files.
/tmp/cca017411.o(.text+0x356): undefined reference to `crypt'
The program will compile on 4.2 however.