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.
On Fri, Jun 29, 2012 at 08:23:47AM +0200, Marco Agostini wrote:> 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?Do you have the relevant -dev packages installed? e.g. libreadline-dev, libfuse-dev?
2012/6/29 Brian Candler <B.Candler at pobox.com>:> > Do you have the relevant -dev packages installed? e.g. libreadline-dev, > libfuse-dev? >Thank you for your reply. I have installed libreadline-dev and libfuse-dev and now these is the result of make command GlusterFS configure summary ==========================FUSE client : yes Infiniband verbs : no epoll IO multiplex : yes argp-standalone : no fusermount : no readline : yes georeplication : yes How can I resolve these ? argp-standalone : no fusermount : no thank you.
Apparently Analagous Threads
- Is the flow "llvm-extract -> llvm-link -> clang++ " supposed to be used in this way? To Extract and Re-insert functions?
- guestunmount issues
- [PATCH v2] fuse: Add guestunmount program to handle unmounting (RHBZ#916780)
- Re: guestunmount issues
- [PATCH] fuse: Add guestmount-cleanup program to handle unmounting (RHBZ#916780).