From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 03:47:28 2005 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 D2E1916A4CE for ; Thu, 24 Mar 2005 03:47:28 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4081443D2D for ; Thu, 24 Mar 2005 03:47:28 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so345642rnf for ; Wed, 23 Mar 2005 19:47:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=sUC4CqEti7wHqcPSvy2LNtfvyjo1IL6tzTSM8dUGIKuwBayJcwk3RcrjeTm9LlG9K8phtP7GqiO+6IZ/bXlc8XADeEou2Lk6sR6+b8V/cCHB1AS18GnokWDfoslD1fL2nY2nkx5vJxkwrGG8LHd9oANd8ZL9dGNSm2us61J3cBc= Received: by 10.38.75.67 with SMTP id x67mr842608rna; Wed, 23 Mar 2005 19:47:27 -0800 (PST) Received: by 10.38.97.55 with HTTP; Wed, 23 Mar 2005 19:47:27 -0800 (PST) Message-ID: Date: Wed, 23 Mar 2005 22:47:27 -0500 From: John DeStefano To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: mount_smbfs variable error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John DeStefano List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 03:47:29 -0000 I get the following error when I try to mount_smbfs a LAN file share as root with 5.3-RELEASE and a GENERIC kernel, both cvsup-ed and compiled this past weekend: /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable" I can't find a whole lot of information about this error. But apparently, "vfsisloadable" is an outdated parameter that should no longer be referenced in the source. The only other reference I found to this error was a kernel that was missing the proper support, but it seemed that a GENERIC kernel would take care of that. Any ideas on how to verify that my system has got whatever mount_smbfs may need to operate properly, or how to remedy the error? Thank you, ~John