Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 14:22:38 +0300
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        Per olof Ljungmark <peo@intersonic.se>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: smb_ntencrypt: password encryption is not available #2
Message-ID:  <20060219112238.GE20500@comp.chem.msu.su>
In-Reply-To: <43F6E00C.1080305@intersonic.se>
References:  <43F4DF01.4060704@intersonic.se> <43F6E00C.1080305@intersonic.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 18, 2006 at 09:51:24AM +0100, Per olof Ljungmark wrote:
> Per olof Ljungmark wrote:
> >Well,
> >options         NETSMBCRYPTO
> >options         NETSMB
> >did not work out very well:
> >Do I need anything else here?
> >
> >> smb_usr.o(.text+0x4ad):/usr/src/sys/netsmb/smb_usr.c:274: undefined 
> >reference to `md_get_mem'
> >smb_usr.o(.text+0x4fe): In function `smb_cpdatain':
> >/usr/src/sys/netsmb/smb_usr.c:291: undefined reference to `mb_init'
> >smb_usr.o(.text+0x513):/usr/src/sys/netsmb/smb_usr.c:294: undefined 
> >reference to `mb_put_mem'
> >smb_usr.o(.text+0x63a): In function `smb_usr_t2request':
> >/usr/src/sys/netsmb/smb_usr.c:340: undefined reference to `md_get_mem'
> >smb_usr.o(.text+0x689):/usr/src/sys/netsmb/smb_usr.c:353: undefined 
> >reference to `md_get_mem'
> >*** Error code 1
> >
> >Stop in /usr/obj/usr/src/sys/IKO.
> >*** Error code 1
> >
> >Stop in /usr/src.
> >*** Error code 1
> >
> >Stop in /usr/src.
> >_______________________________________________
> 
> apparently the answer was to use
> options         NETSMBCRYPTO
> only.

I'm glad you figured that out by yourself.  I should have posted
a heads-up on this change to -stable earlier, sorry.

P.S. "options NETSMB" will tell to compile NETSMB in the main kernel
file, which requires additional options, LIBMCHAIN and LIBICONV.
OTOH, they are auto-loaded as modules when smbfs is a module, too.

-- 
Yar



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