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

./configure not in repository #30

Open
rpural opened this issue Nov 7, 2016 · 8 comments
Open

./configure not in repository #30

rpural opened this issue Nov 7, 2016 · 8 comments

Comments

@rpural
Copy link

rpural commented Nov 7, 2016

The install instructions begin with "Run ./configure", but ./configure doesn't exist.

@rpural
Copy link
Author

rpural commented Nov 7, 2016

Never mind; Answered my own question.

@rpural
Copy link
Author

rpural commented Nov 7, 2016

Still have a problem though: Running the generated ./configure, it ends with:

checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing dlsym... none required
checking OpenSSH version... 6.9 >= 4.4, disabling NODELAY workaround
./configure: line 3796: syntax error near unexpected token SSHFS,' ./configure: line 3796:PKG_CHECK_MODULES(SSHFS, fuse >= 2.3 glib-2.0 gthread-2.0)'
R5057499:sshfs rpn01$

Is there a work-around for this?

@bfleischer
Copy link
Member

bfleischer commented Nov 7, 2016

You need to make sure that all required dependencies are installed. Among those dependencies are glib and gthread. The error could also mean that pkg-config is not installed.

The easiest way to build sshfs is probably MacPorts (or Homebrew). If you are looking for a prebuilt binary you can download an installer package from https://osxfuse.github.io.

@Eitot
Copy link

Eitot commented Nov 8, 2016

@bfleischer Can you merge from upstream and upload an up-to-date installer package? The current stable version is 2.8.0.

@jakiechris
Copy link

run into the same pitfall on macOS 10.12

@jakiechris
Copy link

nothing changed after
brew install pkg-config

@RobLewis
Copy link

RobLewis commented Jan 6, 2019

When I try to run ./configure I just get "No such file or directory"
macOS Mojave
I wish @rpural had shared with us his answer to this question.

@michael-nakai
Copy link

@RobLewis 3 years later, the answer is that you need to run autoreconf -i first, which will make the config file.

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

No branches or pull requests

6 participants