Re: /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable"

From: Kris Kennaway (kris_at_obsecurity.org)
Date: 04/13/04

  • Next message: Stefan Ehmann: "Re: "kernel: x: 2" mean ?"
    Date: Tue, 13 Apr 2004 00:10:21 -0700
    To: Robert Watson <rwatson@freebsd.org>, freebsd-current@freebsd.org
    
    
    

    On Tue, Apr 13, 2004 at 02:19:42PM +0800, leafy wrote:
    > On Tue, Apr 13, 2004 at 02:10:37AM -0400, Robert Watson wrote:
    > >
    > > On Tue, 13 Apr 2004, leafy wrote:
    > >
    > > > With very recent -current (6 hrs old), mount_smbfs gives this error:
    > > > /usr/libexec/ld-elf.so.1: mount_smbfs: Undefined symbol "vfsisloadable"
    > >
    > > Could your src/contrib/smbfs/mount_smbfs/mount_smbfs.c be out of sync? As
    > > of revision 1.3 (2004/04/11 21:07:26), the source should no longer
    > > reference vfsisloadable(). Try updating again?
    > >
    > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
    > > robert@fledge.watson.org Senior Research Scientist, McAfee Research
    > My bad, I had always been using the old binary in /sbin instead of the
    > new /usr/sbin binary. But upon cleaning up the old binary, some new
    > weirdness occurs:
    >
    > 1. mount_smbfs: smb_lib_init: can't find kernel module
    > This happens when smbfs.ko isn't loaded (not auto loaded?)
    >
    > 2. After loading smbfs.ko, mounting as user results in
    > mount_smbfs: can not setup kernel iconv table (default:tolower):
    > syserr = Operation not permitted
    >
    > Am I missing something here?

    Sounds like you might not have all the required kernel support.
    Compare your kernel to GENERIC.

    Kris

    
    



  • Next message: Stefan Ehmann: "Re: "kernel: x: 2" mean ?"