blob: 88e28999df9f09752a8cff87eb61d2fe90ec667d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  | 
Installation Instructions
*************************
Run ./configure after untaring the package.
 bash# ./configure
 GlusterFS configure summary
 ===========================
 FUSE client        : yes
 Infiniband verbs   : yes
 epoll IO multiplex : yes
 Berkeley-DB        : yes
 libglusterfsclient : yes
 mod_glusterfs      : yes
 argp-standalone    : no
 
The configure summary will tell you what all components will be built with 
GlusterFS. Other than 'argp-standalone' if something else says 'no', that 
feature in GlusterFS will not be built. 'argp-standalone' package will only 
be used if the system doesn't have a proper argp package installed.
Now just run 'make' and later run 'make install' to install the package.
 bash# make 
 bash# make install
Installation complete :-)
 bash# glusterfs --version
Make sure your version is the latest from the release, and the one you 
just installed :-)
  |