Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build without root #21

Closed
kgizdov opened this issue Jun 22, 2016 · 1 comment
Closed

Build without root #21

kgizdov opened this issue Jun 22, 2016 · 1 comment
Labels

Comments

@kgizdov
Copy link

kgizdov commented Jun 22, 2016

Hi,

I'm trying to build without root permissions into a local folder. I also have the dependencies and libfuse installed in a local folder. I pass these like this:

./configure --prefix=$HOME/local/path --libdir=$HOME/local/path/lib --bindir=$HOME/local/path/bin --includedir=$HOME/local/path/include

but I always get the error that fuse is not installed.
Is the build environment missing the option for this or am I missing something?

Thanks.

@Nikratio
Copy link
Contributor

You are specifying installation directories, not directories to search for FUSE. Best solution is to make sure that pkg-config --cflags fuse and pkg-config --libs fuse outputs the right things. Alternatively, specify paths etc using CFLAGS, see the ./configure --help output.

That said, this is not a bug in sshfs. Please use the fuse mailing list for such questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants