From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 3 16:07:10 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD6016A4CE for ; Thu, 3 Mar 2005 16:07:10 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B01643D39 for ; Thu, 3 Mar 2005 16:07:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 2432 invoked from network); 3 Mar 2005 16:07:09 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 3 Mar 2005 16:07:09 -0000 Received: from [10.50.40.202] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j23G74qB090508; Thu, 3 Mar 2005 11:07:04 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-amd64@FreeBSD.org, Fredrik Widell Date: Thu, 3 Mar 2005 11:08:33 -0500 User-Agent: KMail/1.6.2 References: <200503031013.j23ADwJL006091@nic2.widell.net> In-Reply-To: <200503031013.j23ADwJL006091@nic2.widell.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503031108.33371.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: amd64/78349: making of kernel with options SMBFS and NETSMB fails on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 16:07:10 -0000 On Thursday 03 March 2005 05:13 am, Fredrik Widell wrote: > Cannot get mount_smbfs to work, > mount_smbfs -I 10.0.0.1 //widell@host/share /mnt/share > mount_smbfs: kldload(smbfs): No such file or directory > > Trying to get mount_smbfs to work I put these 2 lines in my kernelconfig: > > options SMBFS > options NETSMB > > make fails with the following output: Check /sys/conf/NOTES again: # # SMB/CIFS requester # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV # options. # NETSMBCRYPTO enables support for encrypted passwords. options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB Specifically, note that NETSMB requires LIBMCHAIN and LIBICONV. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org