[GH-ISSUE #1667] ./configure not working on manual install in Ubuntu 18.04 #869

Closed
opened 2026-03-04 01:49:31 +03:00 by kerem · 2 comments
Owner

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
sudo: ./configure: command not found
ubuntu@ip-10-20-15-217:
/s3fs-fuse-1.88$ ./autogen.sh
--- 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

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 sudo: ./configure: command not found ubuntu@ip-10-20-15-217:~/s3fs-fuse-1.88$ ./autogen.sh --- 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
kerem closed this issue 2026-03-04 01:49:32 +03:00
Author
Owner

@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-get command to get the required dependencies.

<!-- gh-comment-id:849217494 --> @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-get` command to get the required dependencies.
Author
Owner

@osprey3883 commented on GitHub (May 27, 2021):

That did it, thanks!

<!-- gh-comment-id:849843316 --> @osprey3883 commented on GitHub (May 27, 2021): That did it, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#869
No description provided.