[GH-ISSUE #81] Installing on Ubuntu 14.10 #48

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

Originally created by @edsadr on GitHub (Nov 11, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/81

Hello

After run:

./configure --prefix=/usr --with-openssl

you get:

./configure: line 4271: syntax error near unexpected token common_lib_checking,' ./configure: line 4271:PKG_CHECK_MODULES(common_lib_checking, fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6)'

All dependencies were installed according to the documentation

Regrads

Adrian

Originally created by @edsadr on GitHub (Nov 11, 2014). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/81 Hello After run: ./configure --prefix=/usr --with-openssl you get: ./configure: line 4271: syntax error near unexpected token `common_lib_checking,' ./configure: line 4271:`PKG_CHECK_MODULES(common_lib_checking, fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6)' All dependencies were installed according to the documentation Regrads Adrian
kerem closed this issue 2026-03-04 01:41:32 +03:00
Author
Owner

@ggtakec commented on GitHub (Nov 17, 2014):

Hi,

I tried to build s3fs on 14.10, then we need following packages when you do not have those.

  • pkg-config
  • libssl-dev

Please check it after installing those.
Regards,

<!-- gh-comment-id:63322775 --> @ggtakec commented on GitHub (Nov 17, 2014): Hi, I tried to build s3fs on 14.10, then we need following packages when you do not have those. - pkg-config - libssl-dev Please check it after installing those. Regards,
Author
Owner

@edsadr commented on GitHub (Nov 17, 2014):

Thanks @ggtakec that solved it for me

<!-- gh-comment-id:63323227 --> @edsadr commented on GitHub (Nov 17, 2014): Thanks @ggtakec that solved it for me
Author
Owner

@ggtakec commented on GitHub (Nov 17, 2014):

I'm glad for your help.:-)

<!-- gh-comment-id:63323552 --> @ggtakec commented on GitHub (Nov 17, 2014): I'm glad for your help.:-)
Author
Owner

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

I ran into almost the exact issue 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.

<!-- gh-comment-id:67029782 --> @lucheng1 commented on GitHub (Dec 15, 2014): I ran into almost the exact issue 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.
Author
Owner

@muktaa commented on GitHub (Dec 23, 2014):

Me too - I am facing the same issue as above.
./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)'

<!-- gh-comment-id:67923463 --> @muktaa commented on GitHub (Dec 23, 2014): Me too - I am facing the same issue as above. ./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)'
Author
Owner

@muktaa commented on GitHub (Dec 26, 2014):

Check out this Docker image for ubuntu. Let me know if it helps: https://registry.hub.docker.com/u/ihealthtechnologies/s3-mount/

<!-- gh-comment-id:68138773 --> @muktaa commented on GitHub (Dec 26, 2014): Check out this Docker image for ubuntu. Let me know if it helps: https://registry.hub.docker.com/u/ihealthtechnologies/s3-mount/
Author
Owner

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

@muktaa The Docker image link no longer works. Is it backed by a github repo by chance?

<!-- gh-comment-id:107027737 --> @movermeyer commented on GitHub (May 30, 2015): @muktaa The Docker image link no longer works. Is it backed by a github repo by chance?
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:107031615 --> @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

@muktaa commented on GitHub (May 31, 2015):

@movermeyer - thanks for pointing out, please check if the docker image link is accessible now.
https://registry.hub.docker.com/u/ihealthtechnologies/s3-mount/

<!-- gh-comment-id:107151241 --> @muktaa commented on GitHub (May 31, 2015): @movermeyer - thanks for pointing out, please check if the docker image link is accessible now. https://registry.hub.docker.com/u/ihealthtechnologies/s3-mount/
Author
Owner

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

@muktaa Looks good now. Cheers.

<!-- gh-comment-id:107246158 --> @movermeyer commented on GitHub (May 31, 2015): @muktaa Looks good now. Cheers.
Author
Owner

@jmullee commented on GitHub (Jun 3, 2015):

for me, what worked:
apt-get install build-essential libcurl4-openssl-dev libxml2-dev pkg-config libssl-dev libfuse-dev
./autogen.sh # (re-run after installing packages)
./configure --with-openssl
make

<!-- gh-comment-id:108544361 --> @jmullee commented on GitHub (Jun 3, 2015): for me, what worked: apt-get install build-essential libcurl4-openssl-dev libxml2-dev pkg-config libssl-dev libfuse-dev ./autogen.sh # (re-run after installing packages) ./configure --with-openssl make
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#48
No description provided.