smbfs problems?
    Hiten Pandya 
    hmp at backplane.com
       
    Mon Mar 15 23:50:29 PST 2004
    
    
  
Adam K Kirchhoff wrote:
Is there something up with smbfs?
[ root at 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 at xxxxxxxxxxxxx || hmp at xxxxxxxxxxx
    
    
More information about the Bugs
mailing list