[NTLUG:Discuss] fuse and owfs

Stephen Klein klein at kbwireless.com
Wed Jul 20 14:01:13 CDT 2005


Fred James wrote:
> All
> I am trying to install/configure 'fuse' and 'owfs' (from tarballs) on a 
> Mandrake 9.1 Linux system.  'fuse' seems to install correctly, and then 
> I have added '/usr/local/lib' to both '/etc/ld.so.conf' and to 'PATH'.  
> But './configure' (for 'owfs') shows 'owfs' as disabled, and both 
> 'owhttpd' and 'owftpd' as enabled - the exact opposite of what I need.  
> I know how to disable the two, but I haven't been able to get 'owfs' 
> enabled.  I am reading, but so far I haven't found anything that makes 
> any lights go on.  Any pointers, URL's, etc., would be greatly 
> appreciated.  Thank you in advance for any help you may be able to offer.
> Regards
> Fred James
> 
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
> 
> 

The only thing I can think of from what you wrote above is maybe you 
missed running ldconfig after installing FUSE.

I couldn't get the 2.1.0 version from Sourceforge to compile, seems a 
makefile template is missing, or I goofed something while unpacking it.

I was able to get the CVS version compiled on my Slackware 10.0 system 
by doing the following:

cvs -d :pserver:anonymous at cvs.sourceforge.net:/cvsroot/owfs co owfs
cd owfs
./bootstrap
./configure --disable-owperl --disable-owpython
make
make install

Unfortunately, the only other thing I can recommend is to join the OWFS 
developer list and ask there.

Hope I was of some help,
Stephen Klein




More information about the Discuss mailing list