[GH-ISSUE #723] /usr/src/s3fs-fuse# ./autogen.sh #413

Closed
opened 2026-03-04 01:45:19 +03:00 by kerem · 6 comments
Owner

Originally created by @Amritmatti on GitHub (Feb 23, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/723

./configure: line 4972: syntax error near unexpected token common_lib_checking, ' ./configure: line 4972: PKG_CHECK_MODULES(common_lib_checking, fuse >= ${min_fu se_version} libcurl >= 7.0 libxml-2.0 >= 2.6 )'

i'm facing this problem plz help

Originally created by @Amritmatti on GitHub (Feb 23, 2018). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/723 ./configure: line 4972: syntax error near unexpected token `common_lib_checking, ' ./configure: line 4972: `PKG_CHECK_MODULES(common_lib_checking, fuse >= ${min_fu se_version} libcurl >= 7.0 libxml-2.0 >= 2.6 )' i'm facing this problem plz help
kerem closed this issue 2026-03-04 01:45:20 +03:00
Author
Owner

@nmgeek commented on GitHub (Feb 27, 2018):

Try this:

sudo apt-get update
sudo apt-get install automake
rm configure
./autogen.sh
./configure

This error happened to me also. While I can't completely back up to see how it happened it seems like I had an old apt repo configuration (because I had not run apt-get update in months) and an old version of automake was installed. It was missing one program which caused a broken instance of the configure script to be created. The broken configure script has the error shown in the first comment, above.

<!-- gh-comment-id:368943425 --> @nmgeek commented on GitHub (Feb 27, 2018): Try this: ``` sudo apt-get update sudo apt-get install automake rm configure ./autogen.sh ./configure ``` This error happened to me also. While I can't completely back up to see how it happened it seems like I had an old apt repo configuration (because I had not run apt-get update in months) and an old version of automake was installed. It was missing one program which caused a broken instance of the configure script to be created. The broken configure script has the error shown in the first comment, above.
Author
Owner

@Fyb3roptik commented on GitHub (Feb 16, 2019):

I am getting the same thing. This did not fix it for me

<!-- gh-comment-id:464289371 --> @Fyb3roptik commented on GitHub (Feb 16, 2019): I am getting the same thing. This did not fix it for me
Author
Owner

@gaul commented on GitHub (Jun 25, 2019):

Could you share your operating system? This should work for Ubuntu 16.04 and newer.

<!-- gh-comment-id:505612019 --> @gaul commented on GitHub (Jun 25, 2019): Could you share your operating system? This should work for Ubuntu 16.04 and newer.
Author
Owner

@bbxiao1 commented on GitHub (Nov 16, 2019):

I’m seeing this also on Manjaro.

<!-- gh-comment-id:554663952 --> @bbxiao1 commented on GitHub (Nov 16, 2019): I’m seeing this also on Manjaro.
Author
Owner

@bbxiao1 commented on GitHub (Nov 18, 2019):

FWIW my issue was solved by installing pkgconf

<!-- gh-comment-id:554805709 --> @bbxiao1 commented on GitHub (Nov 18, 2019): FWIW my issue was solved by installing `pkgconf`
Author
Owner

@gaul commented on GitHub (Jan 26, 2020):

Please try the suggested workaround and reopen the issue if symptoms persist.

<!-- gh-comment-id:578478949 --> @gaul commented on GitHub (Jan 26, 2020): Please try the suggested workaround and reopen the issue if symptoms persist.
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#413
No description provided.