amd64/78349: making of kernel with options SMBFS and NETSMB fails on amd64

John Baldwin jhb at FreeBSD.org
Thu Mar 3 16:10:16 GMT 2005


The following reply was made to PR amd64/78349; it has been noted by GNATS.

From: John Baldwin <jhb at FreeBSD.org>
To: freebsd-amd64 at FreeBSD.org, Fredrik Widell <fredrik at widell.net>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: amd64/78349: making of kernel with options SMBFS and NETSMB fails on amd64
Date: Thu, 3 Mar 2005 11:08:33 -0500

 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 at 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 <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
 "Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-amd64 mailing list