<br><br><div class="gmail_quote">On Mon, Dec 22, 2008 at 12:09 PM, Sean Davis <span dir="ltr">&lt;<a href="mailto:sdavis2@mail.nih.gov">sdavis2@mail.nih.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">On Mon, Dec 22, 2008 at 11:37 AM, Amar Tumballi (bulde) <span dir="ltr">&lt;<a href="mailto:amar@gluster.com" target="_blank">amar@gluster.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Sean,<div><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">That&#39;s the weird thing. &nbsp;It isn&#39;t there. &nbsp;The only place I find it is<br>



in the original src directory. &nbsp;It did get made, but never got copied<br>
to ANY destination, it appears.&nbsp; <br></blockquote></div><br></div>That means &#39;FUSE&#39; is not installed or not in the regular path, so
GlusterFS didn&#39;t built the fuse.so which is required for the mounting
part of filesystem. Can you post your &#39;./configure&#39; summary ? <br></blockquote></div><div><br>Thanks, Amar.&nbsp; That was the issue.&nbsp; FUSE-devel was not installed on the machine on which I was building glusterfs for the cluster.&nbsp; When I built on another machine with fuse-devel, glusterfs and glusterfsd are installed in /usr/local/sbin as expected given --prefix=/usr/local.<br>

</div></div></blockquote><div><br>Spoke too soon and without thinking.&nbsp; glusterfs and glusterfsd are there, but that wasn&#39;t the original problem.&nbsp; mount.glusterfs is not there.&nbsp; Below is the output of ./configure --prefix=/usr/local, grepped for &quot;fuse&quot;.&nbsp; Do you need to see more?&nbsp; libfuse is in /usr/lib64 on these systems.<br>
<br>Thanks again,<br>Sean<br><br></div></div><br>pressa:/usr/local/src/glusterfs-1.4.0rc6 # more config.out | grep -i fuse<br>checking for fuse_req_interrupt_func in -lfuse... yes<br>config.status: creating xlators/mount/fuse/Makefile<br>
config.status: creating xlators/mount/fuse/src/Makefile<br>config.status: creating xlators/mount/fuse/utils/mount.glusterfs<br>config.status: creating xlators/mount/fuse/utils/mount_glusterfs<br>config.status: creating xlators/mount/fuse/utils/Makefile<br>
FUSE client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br><br>after make and make install<br><br>pressa:/usr/local/sbin # ls<br>
glusterfs&nbsp; glusterfsd&nbsp; upsd&nbsp; upsmon&nbsp; upssched<br>