Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2001 07:35:02 -0400
From:      Jason Vervlied <jvervlied@boca.verio.net>
To:        William Michael Grim <wgrim@siue.edu>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel Config Screen
Message-ID:  <20011008113517.9CEB337B406@hub.freebsd.org>
In-Reply-To: <Pine.SO4.4.05.10110080506030.26219-300000@cougar.isg.siue.edu>
References:  <Pine.SO4.4.05.10110080506030.26219-300000@cougar.isg.siue.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 08 October 2001 06:10 am, William Michael Grim wrote:
> Hi and thanks for your time.
>
> I was trying to compile my kernel and made it through "make depend" with
> no problem, but when I tried to compile the kernel with just "make" I
> received errors on the screen and had an Error Stop 1.
>
> I tried to copy/paste as much of the screen as I could get into
> kernel-error.screen.  My kernel configuration is in PROTEUS.  All I know
> is that it has something to do with my SMB stuff (I think); please take a
> look at the config and tell me what to do to make this right.
>
> Thanks for your time.

looks like you forgot to add the following to your kernel config.

options	LIBMCHAIN
options	LIBICONV

According to LINT both of these are required for options NETSMB. Had the same 
problem the other day and adding this to my kernel config file correctred the 
issue

--
Jason

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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