Description of problem: glusterfs build is failing on RHEL 6. Version-Release number of selected component (if applicable): How reproducible: Run make for glusterfs on RHEL-6 make us throwing below error .libs/glusterd_la-glusterd-utils.o: In function `glusterd_get_volopt_content': /root/gluster_upstream/glusterfs/xlators/mgmt/glusterd/src/glusterd-utils.c:13333: undefined reference to `dlclose' .libs/glusterd_la-glusterd-utils.o: In function `glusterd_get_value_for_vme_entry': /root/gluster_upstream/glusterfs/xlators/mgmt/glusterd/src/glusterd-utils.c:12890: undefined reference to `dlclose' .libs/glusterd_la-glusterd-volgen.o: In function `_gd_get_option_type': /root/gluster_upstream/glusterfs/xlators/mgmt/glusterd/src/glusterd-volgen.c:6902: undefined reference to `dlclose' .libs/glusterd_la-glusterd-quota.o: In function `_glusterd_validate_quota_opts': /root/gluster_upstream/glusterfs/xlators/mgmt/glusterd/src/glusterd-quota.c:1947: undefined reference to `dlclose' collect2: ld returned 1 exit status Steps to Reproduce: 1. 2. 3. Actual results: glusterfs build is failing Expected results: the build should not fail Additional info:
REVIEW: https://review.gluster.org/22510 (build: glusterfs build is failing on RHEL-6) posted (#1) for review on master by MOHIT AGRAWAL
REVIEW: https://review.gluster.org/22510 (build: glusterfs build is failing on RHEL-6) merged (#3) on master by Amar Tumballi