As I was following through the tutorial on the same topic (https://geektnt.com/how-to-mount-digitalocean-space-on-centos-7.html), I successfully established and download with (git clone https://github.com/s3fs-fuse/s3fs-fuse.git) but error command.
[root@centos-s-1vcpu-1gb-sgp1-01 s3fs-fuse]# ./configure:
- onfigure: error: Package requirements (fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 ) were not met:
-
- No package 'fuse' found
- No package 'libcurl' found
-
- Consider adjusting the PKG_CONFIG_PATH environment variable if you
- installed software in a non-standard prefix.
-
- Alternatively, you may set the environment variables common_lib_checking_CFLAGS
- and common_lib_checking_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
[root@centos-s-1vcpu-1gb-sgp1-01 s3fs-fuse]# make
make: *** No targets specified and no makefile found. Stop.
[.root@centos-s-1vcpu-1gb-sgp1-01 s3fs-fuse]#
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, all
You can also check this question that was posted in our community on How to mount DigitalOcean Spaces on droplets with s3fs:
https://www.digitalocean.com/community/questions/how-to-mount-digitalocean-spaces-on-droplets-with-s3fs
Hope that this helps! Regards, Alex
@bobbyiliev Hello, I already install all and run update command again but the same problem. Maybe have problem from SG1 region (my droplet created in SG1) ?
Please check under screenshot, when on browser I create centos 7.6 but after ssh then show 7.8 ? it’s have issue here ? Screenshot
Please help me check soon because I urgent with it.
Thanks, Long Nguyen
Hello,
It looks like you have not installed the required dependencies, to do so first run:
And then proceed with the
./configure
command.Let me know how it goes.
Regards, Bobby