Nikolai Asparuhov Posted February 20, 2017 Posted February 20, 2017 Hello, I'm using OPI Lite with 5.25 armbian and there is a little problem with the permissions: root@orangepilite:~/Raws/libjpeg/jpeg-8c# ./configure -bash: ./configure: Permission denied root@orangepilite:~/Raws/libjpeg/jpeg-8c# sudo ./configure sudo: ./configure: command not found root@orangepilite:~/Raws/libjpeg/jpeg-8c# ls | grep configure configure configure.ac That appeared to me twice, first time i compile and install nodejs and npm was not recognized like a command (ask for permissions after use sudo just said command not found), this is my second hit to that problem, trying to compile libjpeg. I try to gi to root owners for that folder, same results, I try to cp the files and then compile it, same results and so on and so on. Can someone explain me from where these problems are coming?
jkajolin Posted February 20, 2017 Posted February 20, 2017 do id ls -l root@orangepilite:~/Raws/libjpeg/jpeg-8c# ./configure-bash: ./configure: Permission denied
zador.blood.stained Posted February 20, 2017 Posted February 20, 2017 Can someone explain me from where these problems are coming? Missing executable bits on these files? chmod +x configure
tkaiser Posted February 20, 2017 Posted February 20, 2017 Missing executable bits on these files? If it's libjpeg-turbo then it's missing RTFM (or let's better say just following BUILDING.md)
Nikolai Asparuhov Posted February 20, 2017 Author Posted February 20, 2017 It was about the mode, I'm so stupid, its regular libjpeg, not turbo, I'll try it on npm because there was the same problem, thanks a lot, and the same files compile without this mode problems on 5.23, is there any new changes on this direction in 5.25?
Recommended Posts