<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/21/2014 08:38 PM, Kamal MOULINE
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJuVwBttTK3iBXR90wnVitNr0Vxw_=kVmjsBUDtHhtjQ0UvNjQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello Users,
        <div><br>
        </div>
        <div>I am Running &nbsp;"Red Hat Enterprise Linux Server release 6.3
          (Santiago)"</div>
        <div><br>
        </div>
        <div>I want to build and a Redhat Cluster by using Gluster</div>
        <div><br>
        </div>
        <div>I try to instllal &nbsp;glusterfs-3.4.2 with yum,</div>
        <div><br>
        </div>
        <div>I receive the output bellow,</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>===============</div>
        <div>
          <div>[root@localhost ~]# yum install glusterfs</div>
          <div>Loaded plugins: product-id, refresh-packagekit, security,
            subscription-manager</div>
          <div>Updating certificate-based repositories.</div>
          <div>Setting up Install Process</div>
          <div>Resolving Dependencies</div>
          <div>--&gt; Running transaction check</div>
          <div>---&gt; Package glusterfs.x86_64 0:3.4.2-1.el6 will be
            installed</div>
          <div>--&gt; Processing Dependency:
            libssl.so.10(libssl.so.10)(64bit) for package:
            glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Processing Dependency:
            libcrypto.so.10(libcrypto.so.10)(64bit) for package:
            glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Processing Dependency: libglusterfs.so.0()(64bit)
            for package: glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Processing Dependency: libgfxdr.so.0()(64bit) for
            package: glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Processing Dependency: libgfrpc.so.0()(64bit) for
            package: glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Running transaction check</div>
          <div>---&gt; Package glusterfs.x86_64 0:3.4.2-1.el6 will be
            installed</div>
          <div>--&gt; Processing Dependency:
            libssl.so.10(libssl.so.10)(64bit) for package:
            glusterfs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Processing Dependency:
            libcrypto.so.10(libcrypto.so.10)(64bit) for package:
            glusterfs-3.4.2-1.el6.x86_64</div>
          <div>---&gt; Package glusterfs-libs.x86_64 0:3.4.2-1.el6 will
            be installed</div>
          <div>--&gt; Processing Dependency:
            libcrypto.so.10(libcrypto.so.10)(64bit) for package:
            glusterfs-libs-3.4.2-1.el6.x86_64</div>
          <div>--&gt; Finished Dependency Resolution</div>
          <div>Error: Package: glusterfs-3.4.2-1.el6.x86_64
            (glusterfs-epel)</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires:
            libcrypto.so.10(libcrypto.so.10)(64bit)</div>
          <div>Error: Package: glusterfs-libs-3.4.2-1.el6.x86_64
            (glusterfs-epel)</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires:
            libcrypto.so.10(libcrypto.so.10)(64bit)</div>
          <div>Error: Package: glusterfs-3.4.2-1.el6.x86_64
            (glusterfs-epel)</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libssl.so.10(libssl.so.10)(64bit)</div>
          <div>&nbsp;You could try using --skip-broken to work around the
            problem</div>
          <div>&nbsp;You could try running: rpm -Va --nofiles --nodigest</div>
          <div>[root@localhost ~]#</div>
        </div>
        <div>===============</div>
        <div><br>
        </div>
        <div>and the libcrypto.so.10 is present on my system:&nbsp;</div>
        <div><br>
        </div>
        <div>===</div>
        <div>
          <div>[root@localhost ~]# find / -name libcry*</div>
          <div>/lib64/libcrypt.so.1</div>
          <div>/lib64/libcryptsetup.so.1.1.0</div>
          <div>/lib64/libcryptsetup.so.1</div>
          <div>/lib64/<a moz-do-not-send="true"
              href="http://libcrypt-2.12.so">libcrypt-2.12.so</a></div>
          <div>/usr/lib64/libcryptui.so.0</div>
          <div>/usr/lib64/libcrypt.so</div>
          <div>/usr/lib64/libcrypto.so.1.0.0</div>
          <div>/usr/lib64/libcryptui.so.0.0.0</div>
          <div>/usr/lib64/libcrypto.so.10</div>
          <div>/usr/lib/x86_64-redhat-linux5E/lib64/libcrypt.so</div>
          <div>/usr/lib/x86_64-redhat-linux5E/lib64/libcrypt.a</div>
        </div>
        <div>[root@localhost ~]#<br>
        </div>
        <div>===</div>
        <div><br>
        </div>
        <div>Any advise will be very appreciated.&nbsp;</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    <br>
    The issue is gluster-3.4.2 is looking for a higher&nbsp; version of
    libcrypto.so and also it needs libssl.so. Yum is capable of
    resolving dependency but it is not able to do so. The reason may be,
    you machine does not have access to required repos or is not
    registered to RHN. IMO opinion you have below opinions.<br>
    <br>
    <ul>
      <li>Manually install&nbsp; the dependencies and try to gluster again.</li>
      <li>Register the machine to RHN and try it again.</li>
      <li>If you don't have subscription of RHEL , you should start
        using CentOS. Install CentOS 6.5 and install gluster on it.</li>
    </ul>
    <p>Thanks,<br>
      Lala<br>
    </p>
    <blockquote
cite="mid:CAJuVwBttTK3iBXR90wnVitNr0Vxw_=kVmjsBUDtHhtjQ0UvNjQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>&nbsp;<br>
        </div>
        <div>Thank you,</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Gluster-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://supercolony.gluster.org/mailman/listinfo/gluster-users">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>