Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 16:33:00 -0400
From:      "Jeff MacDonald" <jeff@interchange.ca>
To:        <freebsd-questions@freebsd.org>
Subject:   SMBFS - freebsd 4.8 Kernel
Message-ID:  <FJENKCLABGGBKBDGHOJJOEMNCAAA.jeff@interchange.ca>

next in thread | raw e-mail | index | archive | help
Hi,

I added these three lines to my kernel configuration file
after cvsuping the latest 4.8 sources.

options         SMBFS
options         NETSMB
options         NETSMBCRYPTO


and when i do a

make buildkernel KERNCONF=HOMER

i get this at the end of the compile

[note:i only copied a bit of it, i'll put a script of my compile on the
web.]

check http://www.bignose.ca/tmp/ for a typescript, both gzipped and not
gzipped.
The uncompressed version is 300k.


smb_usr.o: In function `smb_usr_simplerequest':
smb_usr.o(.text+0x398): undefined reference to `mb_put_mem'
smb_usr.o(.text+0x3c7): undefined reference to `mb_put_mem'
smb_usr.o(.text+0x409): undefined reference to `md_get_uint8'
smb_usr.o(.text+0x448): undefined reference to `md_get_mem'
smb_usr.o(.text+0x464): undefined reference to `md_get_uint16le'
smb_usr.o(.text+0x4af): undefined reference to `md_get_mem'
smb_usr.o: In function `smb_cpdatain':
smb_usr.o(.text+0x4f6): undefined reference to `mb_init'
smb_usr.o(.text+0x509): undefined reference to `mb_put_mem'
smb_usr.o: In function `smb_usr_t2request':
smb_usr.o(.text+0x5ff): undefined reference to `m_fixhdr'
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

Stop in /usr/obj/usr/src/sys/HOMER.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FJENKCLABGGBKBDGHOJJOEMNCAAA.jeff>