Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 19:19:46 -0500 (CDT)
From:      Alex Nash <alex@zen.nash.org>
To:        mitayai@dreaming.org
Cc:        freebsd-questions@freebsd.org
Subject:   RE: DES vs MD5
Message-ID:  <199605310019.TAA05746@zen.nash.org>

next in thread | raw e-mail | index | archive | help
> I'm sitting here on a -current system where MD5 encryption has been installed
> and i am trying to compile the htpasswd utility in the apache-1.0.5 src 
> (right from a ports tree that i supped 10 minues ago). It fails, 

I haven't looked at the Apache port, but I suspect your build is failing
because it's not linking with libcrypt.  Add the following to 
support/Makefile:

   EXTRA_LIBS= -lcrypt

Alex



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