From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 17:29:29 2004 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 A8EAE16A4CE for ; Thu, 22 Jan 2004 17:29:29 -0800 (PST) Received: from mail-outgoing.divxnetworks.com (mail-outgoing.divxnetworks.com [168.215.208.229]) by mx1.FreeBSD.org (Postfix) with SMTP id 339E143D48 for ; Thu, 22 Jan 2004 17:29:25 -0800 (PST) (envelope-from adamli@divxnetworks.com) Received: (qmail 8921 invoked from network); 23 Jan 2004 01:03:33 -0000 Received: from unknown (HELO divxnetworks.com) (192.168.0.31) by mail-outgoing.divxnetworks.com with SMTP; 23 Jan 2004 01:03:33 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 22 Jan 2004 17:29:38 -0800 Message-ID: <5480D1D6E9936A46B66859388AF463E60C68F7@mail.divxnetworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Kernel Config Question - NETSMBCRYPTO Thread-Index: AcPhQBMNjx/XfGB7QPatSSj3RtzV/gAEAj8A From: "Adam Li" To: Subject: Kernel Config Question - NETSMBCRYPTO 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: Fri, 23 Jan 2004 01:29:29 -0000 Hi, I am trying to build an AMD64 kernel with SMBFS option (the default one does not have SMBFS built in). All seems to be fine except when the NETSMBCRYPTO is set. In smb_crypto.o function smb_E, the function 'des_set_key' and 'des_ecb_encrypt' are not found. It looks like that the DES encryption functions are not found and linked. I have searched the archive and can not find any mentioning of it. What options do I need to set in the configuration to get that to build? Your help is very much appreciated. Adam