0

http://fuse.sourceforge.net/
When i try to configure, bash send me error.

./configure
bash: ./configure: Brak dostępu

It's mean access denied.
I try to do this with sudo.

How to install FUSE?

mateusz.szymborski
  • 1,590
  • 1
  • 9
  • 10

1 Answers1

0

The permissions on ./configure should be rwxr-xr-x or r-xr-xr-x. Use:

chmod a+x configure
Barmar
  • 741,623
  • 53
  • 500
  • 612