<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
[2013-10-08 17:33:36.662549] I [glusterfsd.c:1910:main] 0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.4.1 (/usr/sbin/glusterd --debug)<br></blockquote><div><br></div><div>...</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
[2013-10-08 17:33:36.664191] W [xlator.c:185:xlator_dynload] 0-xlator: /usr/lib64/glusterfs/3.4.0/xlator/mgmt/glusterd.so: cannot open shared object file: No such file or directory</blockquote><div><br></div><div><br></div>
<div style>I think the issue can be summarized with the above two log lines. glusterd binary is version 3.4.1 (PACKAGE_VERSION of glusterfsd is &quot;3.4.1&quot;) but libglusterfs is trying to open &quot;.../3.4.0/...glusterd.so&quot; (i.e PACKAGE_VERSION during build of libglusterfs.so is &quot;3.4.0&quot;).</div>
<div style><br></div><div style>The reality in code today is that glusterfsd and libglusterfs must be built from the same version of the source tree (for reasons like above), and this needs to be captured in the packaging.</div>
<div style><br></div><div style>I see that the <a href="http://glusterfs.spec.in">glusterfs.spec.in</a> in glusterfs.git has:</div><div style><br></div><div style><div>Requires:         %{name}-libs = %{version}-%{release}</div>
<div><br></div><div style>for the glusterfs-server RPM. That should have forced your glusterfs-libs to be updated to 3.4.1 as well.</div><div style><br></div><div style>Kaleb,</div><div style>Can you confirm that the Fedora RPMs also have this &quot;internal dependency&quot; between packages? If it already does, I&#39;m not sure how Jeff ended up with:</div>
<div style><br></div><div style><div>glusterfs-libs-3.4.0-8.fc19.x86_64</div><div>glusterfs-3.4.1-1.fc19.x86_64</div><div><br></div><div style>without doing a --force and/or --nodeps install.</div><div style><br></div><div style>
Avati</div><div style><br></div></div></div></div></div></div>