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

unable to compile megafuse #2667

Open
ak4153 opened this issue Mar 29, 2024 · 0 comments
Open

unable to compile megafuse #2667

ak4153 opened this issue Mar 29, 2024 · 0 comments

Comments

@ak4153
Copy link

ak4153 commented Mar 29, 2024

Hey,
I'm having some trouble in compiling sdk/examples/linux/megafuse
I've seen this issue #128 but my problem is different, I don't get any errors when I run ./configure.

what I did: I followed the steps in the README.md e.g: cloned, cmake -DVCPKG_ROOT=vcpkg -DCMAKE_BUILD_TYPE=Debug -S sdk -B build_dir etc..

then I cd sdk -> ./configure --with-fuse -> make.
the compiling sdk/examples/linux/ remains the same and doesn't contain the binary megafuse.

followed this

How to build and run the project:

To build and run the project, follow theses steps:

  1. Build the SDK including the option --with-fuse in the ./configure step
  2. Run the megafuse binary that you will find in this folder
  • If you run it without parameters, it will interactively request the required data

  • You can automate it providing additional parameters:

    megafuse [megauser megapassword localmountpoint [megamountpoint]]

also followed this after running make clean in sdk/ folder
sh autogen.sh
./configure --with-fuse
make
sudo make install

Could you help please?

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

1 participant