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, Matt

-----------------------------------------------------------
Matt Housh                         email: [EMAIL PROTECTED]
MicroComputer Specialist                University of Tulsa
                           Engineering and Natural Sciences

    "I don't remember yesterday. And today, it rained."

On Thu, 28 May 1998, Me !! wrote:

> 
> 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.  I was just wondering if anyone
> knows how to get around this compile error so I can still use 5.0.
> Thanks in advance,
> 
> Kelly
> 
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with 
>                        "unsubscribe" as the Subject.
> 


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to