LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   What is the problem here? (https://www.linuxquestions.org/questions/programming-9/what-is-the-problem-here-546652/)

ihatehotdogs 04-16-2007 11:46 PM

What is the problem here?
 
This is what i get when i type make install:


manet@manet-desktop:~/programs/fsrd$ make install
make[1]: Entering directory `/home/manet/programs/fsrd'
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c fsrd /usr/local/bin/fsrd
/usr/bin/install: cannot create regular file `/usr/local/bin/fsrd': Permission denied
make[1]: *** [install-binPROGRAMS] Error 1
make[1]: Leaving directory `/home/manet/programs/fsrd'
make: *** [install-am] Error 2



what is the problem here?

nadroj 04-17-2007 12:21 AM

you have to run 'make install' as root (use 'su')


All times are GMT -5. The time now is 11:46 PM.