Hello, I'm compiling glusterfs for a debian squeeze. When I do a make command, I see These parameter: GlusterFS configure summary =========================== FUSE client: yes Infiniband verbs: yes epoll IO multiplex: yes argp-standalone: no fusermount: no readline: no georeplication: yes I would like to create a package that can be used both as a client and a server. I'm not interested on Infiniband, but I would like to know how to behave with the following parameters: argp-standalone: no fusermount: no readline: no can be ignored or should I install any particular package on my debian to enable some additional functionality? thanks a lot.