From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 01:20:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746AC37B401 for ; Mon, 11 Aug 2003 01:20:41 -0700 (PDT) Received: from gallantin.skynet.be (gallantin.skynet.be [195.238.2.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0211E43FCB for ; Mon, 11 Aug 2003 01:20:39 -0700 (PDT) (envelope-from pascal.pype@skynet.be) Received: from skynet.be (222.28-201-80.adsl.skynet.be [80.201.28.222]) ESMTP id h7B8KToE017756; Mon, 11 Aug 2003 10:20:29 +0200 (envelope-from ) Message-ID: <3F3753C0.3040306@skynet.be> Date: Mon, 11 Aug 2003 10:28:48 +0200 From: Pascal Pype User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.2) Gecko/20030323 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <3F36570F.9080300@skynet.be> <20030810225913.GA38332@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: DES encryption. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 08:20:44 -0000 Kris Kennaway wrote: > On Sun, Aug 10, 2003 at 04:30:39PM +0200, Pascal Pype wrote: > >>Hello all, >> >>There seems to be a problem when one wants to use >>the DES encryption algorithm within the freeBSD >>platform. >> >>When one compiles this : > > >>"WARNING! encrypt(3) not present in the system". > > > As documented in the manpage, encrypt() is in libcipher. Are you sure > you are linking to that library? > > Kris > Yes Kris , I have done so.