Bug 1127076 - gluster compilation on RHEL6.5 fails because of "cmockery" and "libxml2" dependencies
Summary: gluster compilation on RHEL6.5 fails because of "cmockery" and "libxml2" depe...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: distribution
Version: rhgs-3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Sreenath G
QA Contact: storage-qa-internal@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-06 05:04 UTC by spandura
Modified: 2018-04-16 07:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-16 07:26:02 UTC
Embargoed:


Attachments (Terms of Use)

Description spandura 2014-08-06 05:04:48 UTC
Description of problem:
=========================
Unable to compile gluster on RHEL6.5 because of gluster dependency on "cmockery2" and "libxml2" packages.

These packages are not available in RHEL repos. 

However if we have to compile gluster on RHEL, we will have to enable EPEL Repository by installing the "epel-release" to get the "cmockery2" and "libxml2" packages.

Workaround:
=============
1. wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

2. rpm -ivh epel-release-6-8.noarch.rpm

3. yum install -y libxml2-devel cmockery2-devel


Note You need to log in before you can comment on or make changes to this bug.