Details
Description
I'm trying to compile a patchless client on a centos 6.2 with kernel 2.6.32-220.el6.x86_64, when I run ./configure I receive this error:
checking whether to use ext3 or ext4 source... ext4
checking ext4 source directory...
configure: error: Complete ext4 source must exist.
If you are building using kernel-devel packages then ensure that the
matching kernel-debuginfo-common and kernel-debuginfo-common-<arch>
packages are installed.
The kernel-debuginfo-common package is no longer provide by centos 6. Could you give me information where find the ext4 source?
Thanks in advance.
It would be interesting to understand however why configure could not figure the "--disable-server --enable-client" options automagically, as it's supposed to be able to.