[11430] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #6671] login.c:(.text+0x281): undefined reference to

daemon@ATHENA.MIT.EDU (steve paesani via RT)
Mon Mar 1 04:18:26 2010

Mail-followup-to: rt@krbdev.mit.edu
mail-copies-to: never
From: "steve paesani via RT" <rt-comment@krbdev.MIT.EDU>
In-Reply-To: <rt-6671@krbdev.mit.edu>
Message-ID: <rt-6671-32543.13.7163580163293@krbdev.mit.edu>
To: "'AdminCc of krbdev.mit.edu Ticket #6671'":;"'AdminCc of krbdev.mit.edu Ticket #6671'":;@MIT.EDU
Date: Mon,  1 Mar 2010 04:18:24 -0500 (EST)
Reply-To: rt-comment@krbdev.MIT.EDU
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu

make error:
login.c:(.text+0x281): undefined reference to `crypt

I've tried modifying the Makefile where the code in question is 'cclinked':
-L./lib
no success
-l:/usr/local/lib/libcrypto.so
no success
-l:/usr/local/lib/libcrypto.a
no success
-l/usr/local/lib
redundant, yes. no success.

I would need some help identifying which library needs to be linked.

ps
login.c refers to crypt with two different signatures:
char* crypt();
and
... crypt(args....);
this passes compilation yet I don't know what affect, if any, this has on
linking. If someone could give me a heads up on the two different crypt
references in login.c that would be nice, thanks.

Thanks,
Steve

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post