pifs
pifs copied to clipboard
./configure: line 4310: syntax error near unexpected token `FUSE,`
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
Same on Ubuntu on Windows subsystem
The solution that helped me is installing pkg-config package
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