Hi Kun, The problem here is libfuse is not installed in the /usr/lib path.. (mostly it may be in '/usr/local/lib') do this.. bash# locate libfuse.so <path>/libfuse.so.* bash# LDFLAGS="-L<path>" ./configure This should find the libfuse and build fuse module. If locate doesn't show any output, then fuse module is installed as part of kernel, but libfuse-devel pkg is not installed. Regards, Amar 2008/12/30 Kun Rich?rd <kun.richard at kirzen.hu> > Hi, > > > > I tried this, so: > > > > # dpkg -l | grep fuse > > ii libfuse-dev 2.5.3-4.4 > Filesystem in USErspace (development files) > > ii libfuse-perl 0.07-2+b2 > Write filesystems in Perl using FUSE > > ii libfuse2 2.5.3-4.4 > Filesystem in USErspace library > > > > # lsmod | grep fuse > > fuse 39828 0 > > > > And the result is the same. Other ideas or debugging facilities? > > -- > ?dv, > Ricsi > kun.richard at kirzen.hu > ------------------------------ > > *From:* basavanagowda at gmail.com [mailto:basavanagowda at gmail.com] *On > Behalf Of *Basavanagowda Kanur > *Sent:* Monday, December 29, 2008 5:45 PM > *To:* Kun Rich?rd > *Cc:* Cory Meyer; gluster-users at gluster.org > *Subject:* Re: tcp.so > > > > Kun, > Please install libfuse and fuse kernel module (from FUSE project > http://fuse.sourceforge.net/). > > -- > gowda > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://zresearch.com/pipermail/gluster-users/attachments/20081230/85483fb1/attachment.htm