From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 07:08:01 2003 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 D04F337B401 for ; Mon, 14 Apr 2003 07:08:01 -0700 (PDT) Received: from homer.bignose.ca (static-89-42.dsl.tht.net [216.126.89.42]) by mx1.FreeBSD.org (Postfix) with SMTP id E204E43F93 for ; Mon, 14 Apr 2003 07:08:00 -0700 (PDT) (envelope-from jeff@interchange.ca) Received: (qmail 55872 invoked from network); 14 Apr 2003 14:06:49 -0000 Received: from unknown (HELO crusty) (192.168.0.2) by homer.bignose.ca with SMTP; 14 Apr 2003 14:06:49 -0000 From: "Jeff MacDonald" To: Date: Mon, 14 Apr 2003 10:08:13 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20030414132504.GA1864@kevad.internal> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: SMBFS - freebsd 4.8 Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 14:08:02 -0000 Thanks ! Note: i tried it with LIBMCHAIN only and it crapped out, so i added LIBICONV as well and it works now. Jeff. >> > smb_usr.o(.text+0x61f): undefined reference to `md_get_mem' >> > smb_usr.o(.text+0x646): undefined reference to `m_fixhdr' >> > smb_usr.o(.text+0x66f): undefined reference to `md_get_mem' >> > *** Error code 1 >> >> You are missing LIBMCHAIN option I guess. The yet another one you >> could be interested on is LIBICONV, but there are rumors that >> getting charset conversion to work for smbfs mounts is PITA. Only >> rumors, haven't tried myself. >> -- >> >> Vallo Kallaste >>