mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1667] ./configure not working on manual install in Ubuntu 18.04 #869
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#869
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @osprey3883 on GitHub (May 26, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1667
Version of s3fs being used (s3fs --version)
V1.82
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
5.4.0
Kernel information (uname -r)
5.4.0-1045-aws
GNU/Linux Distribution, if applicable (cat /etc/os-release)
VERSION="18.04.5 LTS (Bionic Beaver)"
s3fs command line used, if applicable
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
trying to follow the install instructions but they are not working as expected-
ubuntu@ip-10-20-15-217:
/s3fs-fuse-1.88$ sudo ./configure/s3fs-fuse-1.88$ ./autogen.shsudo: ./configure: command not found
ubuntu@ip-10-20-15-217:
--- Make commit hash file -------
--- Finished commit hash file ---
--- Start autotools -------------
./autogen.sh: 38: ./autogen.sh: aclocal: not found
--- Finished autotools ----------
ubuntu@ip-10-20-15-217:~/s3fs-fuse-1.88$ ./configure
-bash: ./configure: No such file or directory
@gaul commented on GitHub (May 27, 2021):
Did you follow the instructions at:
https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes#debian--ubuntu
Try running the
apt-getcommand to get the required dependencies.@osprey3883 commented on GitHub (May 27, 2021):
That did it, thanks!