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: Adam K Kirchhoff <adamk@xxxxxxxxxxxx>
From: Hiten Pandya <hmp@xxxxxxxxxxxxx>
Date: Tue, 16 Mar 2004 07:50:29 +0000

Adam K Kirchhoff wrote:

Is there something up with smbfs?

[ root@sorrow - /home/adamk ]: kldload smbfs
kldload: can't load smbfs: Exec format error

This is from a build from just last night.

Adam


Dear Adam,


	I have been aware of this problem for quite a long time now,
	but it got pushed down on my list of things to do.

	Anyway, I have committed a fix to for this problem just a few
	minutes ago.  You will need to build the SMBFS module,
	libmchain and libiconv and install them into /modules.

	Once you have done that, load libiconv, libmchain and finally
	load smbfs.ko:

	# cd /sys/vfs/smbfs && make && make install
	# cd ../../libkern && make && make install
	# cd ../kern/libmchain && make && make install

	# kldload libiconv; kldload libmchain; kldload smbfs
	netsmb_dev: loaded

Enjoy and thanks for reminding me! :-)

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




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