Page 1 of 1

[solved] make install not working...

Posted: Mon Apr 25, 2011 8:13 am
by Overloaded_Name
hello guys... i have source code of zoneminder which i configure and make successfuly. But when I make install this code, it shows errors like
- cannot remove /usr/bin/zmc : Permission denied
before I build this source, I installed zoneminder fron internet (using Terminal) and not from source. Why this error is shown? thnx

Re: make install not working...

Posted: Mon Apr 25, 2011 8:25 pm
by kevin_robson
You need to run make install as root user?

Re: make install not working...

Posted: Tue Apr 26, 2011 1:45 pm
by Overloaded_Name
yup...thanx.

Re: [solved] make install not working...

Posted: Tue Apr 26, 2011 5:56 pm
by kevin_robson
I guess you probably should remove the zm package too, before running the make install again.

The issue you may have otherwise is if you do a system update, and it has a new update for the zm package, it will then potentially overwite the files you compiled.