From owner-freebsd-questions Mon Dec 10 14:22:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 8B9AF37B405 for ; Mon, 10 Dec 2001 14:22:10 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fBAMMH728493; Mon, 10 Dec 2001 17:22:17 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 10 Dec 2001 17:22:17 -0500 (EST) From: Joe Clarke To: noisecode Cc: questions@FreeBSD.ORG Subject: Re: smbfs problem In-Reply-To: <000a01c181c7$c5d218c0$6801a8c0@noise> Message-ID: <20011210172047.H17865-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 10 Dec 2001, noisecode wrote: > im having problems with kernel smbfs support and the mount_smbfs utility. whenever i try to load the module for smbfs i get the error: > > kldload: can't load smbfs: Exec format error > language# Jan 2 00:14:37 language /kernel: link_elf: symbol iconv_open undefined > Jan 2 00:14:37 language /kernel: link_elf: symbol iconv_open undefined I received the same messages when I first tried to do smbfs. I had to add: options LIBICONV options LIBMCHAIN options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB options SMBFS to my kernel config. However, I think there might have been a smbfs problem in the 4.4 RCs. You should upgrade to -RELEASE or go the -stable route. Joe > > i get the same set of errors when trying to run the program mount_smbfs because this program also tries to load the kernel module. Ive also tried compiling support for smbfs directly into the kernel but get the same error. > > these are the options ive included in the kernel. im running freebsd 4.4 RC. > > options NETSMB > options NETSMBCRYPTO > options LIBMCHAIN > options LIBICONV > > if anyone could help id appreiciate it > Jeff > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message