Skip site navigation (1)Skip section navigation (2)
Date:      22 Apr 1998 20:05:46 +0300
From:      Antti Kaipila <anttik@iki.fi>
To:        "Leon Felipe Rodriguez J. -CENCAR" <leonf@osiris.staff.udg.mx>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Undefined symbol `_crypt' referenced from text segment
Message-ID:  <85af9dpz11.fsf@silic.one.sci.fi>
In-Reply-To: "Leon Felipe Rodriguez J. -CENCAR"'s message of "Wed, 22 Apr 1998 11:17:58 -0700"
References:  <9804221117.ZM29375@osiris.staff.udg.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
"Leon Felipe Rodriguez J. -CENCAR" <leonf@osiris.staff.udg.mx> writes:

> Hi!!!
> 
> i'm working on web design and I need to create encripted passwors, I tried with
> a modified version of NCSA htpasswd program:

* KLIP KLIP KLIP *

> but i get this mesg
> 
> gcc -o genpass genpass.c
> /var/tmp/cc0159851.o: Undefined symbol `_crypt' referenced
> 
> any idea?

gcc -o genpass genpass.c -lcrypt

-- 
  Antti Kaipila <anttik@iki.fi>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85af9dpz11.fsf>