Project

General

Profile

Actions

Bug #7756

closed

cannot get through configuration when configure.ac check xfs.h

Added by Xinxin Shu about 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

when i used configure.ac to config ceph, i get an error "configure: error: xfs/xfs.h not found (--without-libxfs to disable)", i checked configure.ac and found that, in order to support compiling without xfs, checks for xfs header file were added to configure.ac.

my system os is ubuntu-12.10, kernel version is 3.6.6-030606-generic, i used "apt-get install xfsprogs" to install xfs, we cannot find xfs head file(xfs.h), but had a kernel module xfs.

Actions #1

Updated by Xinxin Shu about 10 years ago

in order to avoid these errors, i think we should check xfs lib , not xfs header file

Actions #2

Updated by Xinxin Shu about 10 years ago

invalidate this bug report

Actions #3

Updated by Greg Farnum about 10 years ago

  • Status changed from New to Rejected

Yep, you need the xfs-dev headers to build Ceph now.

Actions #4

Updated by huang jun over 9 years ago

If your linux distribution is Oracle Linux, you may need to install xfsprogs-qa-devel by "yum install -y xfsprogs-qa-devel". And you can also try it on centos or RHEL, hope that helps.

Actions

Also available in: Atom PDF