From owner-freebsd-questions Thu May 30 17:21:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA21333 for questions-outgoing; Thu, 30 May 1996 17:21:28 -0700 (PDT) Received: from zen.nash.org (nash.pr.mcs.net [204.95.47.72]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA21321 for ; Thu, 30 May 1996 17:21:14 -0700 (PDT) Received: (from alex@localhost) by zen.nash.org (8.7.5/8.6.12) id TAA05746; Thu, 30 May 1996 19:19:46 -0500 (CDT) Date: Thu, 30 May 1996 19:19:46 -0500 (CDT) Message-Id: <199605310019.TAA05746@zen.nash.org> From: Alex Nash To: mitayai@dreaming.org Cc: freebsd-questions@freebsd.org Subject: RE: DES vs MD5 Reply-to: nash@mcs.com Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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