[GH-ISSUE #99] Install / configure fails on ubuntu #62

Closed
opened 2026-03-04 01:41:41 +03:00 by kerem · 4 comments
Owner

Originally created by @lucheng1 on GitHub (Dec 15, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/99

This is almost the same issue as #81 but at a slightly different line number: 4270
./configure: line 4270: syntax error near unexpected token common_lib_checking,'
./configure: line 4270:PKG_CHECK_MODULES(common_lib_checking, fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6)'

All the dependencies listed seem to check out including the following:
pkg-config
libssl-dev

I checked the config.log and the only error I saw was error on gcc -V and -qversion option and I took those out and that made no difference.

Originally created by @lucheng1 on GitHub (Dec 15, 2014). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/99 This is almost the same issue as #81 but at a slightly different line number: 4270 ./configure: line 4270: syntax error near unexpected token common_lib_checking,' ./configure: line 4270:PKG_CHECK_MODULES(common_lib_checking, fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6)' All the dependencies listed seem to check out including the following: pkg-config libssl-dev I checked the config.log and the only error I saw was error on gcc -V and -qversion option and I took those out and that made no difference.
kerem closed this issue 2026-03-04 01:41:41 +03:00
Author
Owner

@lucheng1 commented on GitHub (Dec 15, 2014):

found the solution from #2.

autoreconf --install
CPPFLAGS=-I/usr/include/libxml2 ./configure
make install

not sure why this is needed.

<!-- gh-comment-id:67032946 --> @lucheng1 commented on GitHub (Dec 15, 2014): found the solution from #2. autoreconf --install CPPFLAGS=-I/usr/include/libxml2 ./configure make install not sure why this is needed.
Author
Owner

@movermeyer commented on GitHub (May 30, 2015):

I had the same issue.
In my case, I was missing the pkg-config package.

apt-get install pkg-config
./autogen.sh

Fixed it for me.

<!-- gh-comment-id:107031611 --> @movermeyer commented on GitHub (May 30, 2015): I had the same issue. In my case, I was missing the pkg-config package. ``` apt-get install pkg-config ./autogen.sh ``` Fixed it for me.
Author
Owner

@mpilon commented on GitHub (Sep 12, 2018):

@lucheng1 tried everything -- yours worked.

<!-- gh-comment-id:420752652 --> @mpilon commented on GitHub (Sep 12, 2018): @lucheng1 tried everything -- yours worked.
Author
Owner

@mrnafanya commented on GitHub (Oct 3, 2022):

Thanks. That fix the issue for me.

<!-- gh-comment-id:1265401429 --> @mrnafanya commented on GitHub (Oct 3, 2022): Thanks. That fix the issue for me.
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#62
No description provided.