pifs icon indicating copy to clipboard operation
pifs copied to clipboard

./configure: line 4310: syntax error near unexpected token `FUSE,`

Open patrickteivas opened this issue 6 years ago • 3 comments

When launching ./configure on Ubuntu Server 18.04 x64 (EC2 on AWS) it gives me this error:

./configure: line 4310: syntax error near unexpected token `FUSE,'
./configure: line 4310: `PKG_CHECK_MODULES(FUSE, fuse >= 2.8)'

Fuse packages I have installed and them versions:

libfuse-dev 2.9.7-1ubuntu1
fuse 2.9.7-1ubuntu1

patrickteivas avatar Jul 24 '19 06:07 patrickteivas

Same on Ubuntu on Windows subsystem

gerhardamegg avatar Dec 11 '19 15:12 gerhardamegg

The solution that helped me is installing pkg-config package

rakkateichou avatar Jun 04 '20 06:06 rakkateichou

Successfully reproduce that error on Ubuntu 18.04 LTS running on AWS.

@SPevSand solution helped, ~~but was still missing fuse package.~~ ~~Solved by also installing libfuse-dev.~~ Edit: user error, sorry.

I will propose a fix for the documentation regarding pkg-config. Edit: it's working properly on OpenSuse 15 SP1

nosseb avatar Aug 05 '20 06:08 nosseb