./configure: Permission denied in building qt from source
-
I have downloaded the tar.gz package of qt opensource 5.6.0 from the official site and i got an error like this
./configure: 49: exec: /home/qt-everywhere-opensource-src-5.6.0/qtbase/configure: Permission denied
-
did u check its runnable?
chmod +x ./configure
-
Yes I have changed the permission it still shows the same
-
mrjj Lifetime Qt Championreplied to AmazingQt on 11 Aug 2016, 08:25 last edited by mrjj 8 Nov 2016, 08:28
@AmazingQt said:
qtbase/configure: Permission denied
did u try any of
http://askubuntu.com/questions/288687/permission-denied-when-using-configure
http://askubuntu.com/questions/623461/bash-configure-permission-denied
or check if same case.You seem to be in your home folder.
so not sure any of those apply.
Check if /home is mounted with noexec -
In my case the package extracted were not complete so I had to extract it again and finally it was working
1/5