DragonFly BSD
DragonFly bugs List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: smbfs problems?


To: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
From: Hiten Pandya <hmp@xxxxxxxxxxxxx>
Date: Thu, 18 Mar 2004 20:23:02 +0000

080741@xxxxxxxxxxxxxxxxxxxx>
In-Reply-To: <200403181809.i2II9dTA080741@xxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 31
NNTP-Posting-Host: 81.99.109.92
X-Trace: 1079641503 crater_reader.dragonflybsd.org 185 81.99.109.92
Xref: crater_reader.dragonflybsd.org dragonfly.bugs:825

Matthew Dillon wrote:
> :So... I'm not much help.  libiconv.ko seems to be missing from the /modules
> :directory on the DragonFly machine.
> 
>     Yah, it has to be built into the kernel.  But on quick glance it does
>     look like it should be fairly easy to break into its own module, and
>     the version stuff also looks fairly straight forward.  I will play with
>     it a bit and see if I can get a cleanup committed.
> 
> 					-Matt
> 					Matthew Dillon 
> 					<dillon@xxxxxxxxxxxxx>

	The module dependency implementation written by me and Joerg
	works dandy when it comes to building module dependancies and
	installing the clean and right copies.

	Just add the following to vfs/smbfs/Makefile:

	KLD_DEPENDS= libiconv kern/libmchain

	Thats it, it will build the dependancies for it etc.  I have
	made the requried changes to cleanly load the libiconv and
	libmchain kernel libs.

	Regards,

	-Hiten
	Hiten Pandya
	hmp@xxxxxxxxxxxxx || hmp@xxxxxxxxxxx




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]