From owner-freebsd-current@FreeBSD.ORG Thu Oct 7 22:41:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 739E516A4CE for ; Thu, 7 Oct 2004 22:41:05 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB6743D1F for ; Thu, 7 Oct 2004 22:41:05 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so4206500rnk for ; Thu, 07 Oct 2004 15:40:38 -0700 (PDT) Received: by 10.38.73.63 with SMTP id v63mr2128779rna; Thu, 07 Oct 2004 15:40:37 -0700 (PDT) Received: by 10.38.75.49 with HTTP; Thu, 7 Oct 2004 15:40:37 -0700 (PDT) Message-ID: <790a9fff04100715404868c6e7@mail.gmail.com> Date: Thu, 7 Oct 2004 17:40:37 -0500 From: Scot Hetzel To: Tom Jensen In-Reply-To: <20041007221953.4EDE760CD@bart.motd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041007221953.4EDE760CD@bart.motd.dk> cc: freebsd-current@freebsd.org Subject: Re: Problems with mount_smbfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 22:41:05 -0000 On Fri, 8 Oct 2004 00:13:40 +0200, Tom Jensen wrote: > Hi > > When I try to use mount_smbfs I get the following error > > /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable" > > I have to mount_smbfs on my system as seen below > > bash-2.05b# ls -l /sbin/mount_smbfs > -r-xr-xr-x 1 root wheel 9284 Jun 5 2003 /sbin/mount_smbfs > Delete this one, as the file was moved to /usr/sbin. Scot