smbfs problems?
Hiten Pandya
hmp at backplane.com
Thu Mar 18 12:23:02 PST 2004
080741 at xxxxxxxxxxxxxxxxxxxx>
In-Reply-To: <200403181809.i2II9dTA080741 at 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 at 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 at xxxxxxxxxxxxx || hmp at xxxxxxxxxxx
More information about the Bugs
mailing list