Building and installing the packages

The default steps for building and installing PVFS2 are as follows:

[root@testhost /usr/src]# cd pvfs2
[root@testhost /usr/src/pvfs2-XXX]# ./configure
[root@testhost /usr/src/pvfs2-XXX]# make
[root@testhost /usr/src/pvfs2-XXX]# make install

Here are some optional configure arguments which may be of interest:

Also note that the pvfs2 2.6.x kernel source supports out of tree builds if you prefer to use that technique.