[solved] make install not working...

Forum for questions and support relating to the 1.24.x releases only.
Locked
Overloaded_Name
Posts: 3
Joined: Wed Apr 20, 2011 2:12 pm

[solved] make install not working...

Post 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
Last edited by Overloaded_Name on Tue Apr 26, 2011 1:46 pm, edited 1 time in total.
kevin_robson
Posts: 247
Joined: Sun Jan 16, 2005 11:26 am

Re: make install not working...

Post by kevin_robson »

You need to run make install as root user?
Overloaded_Name
Posts: 3
Joined: Wed Apr 20, 2011 2:12 pm

Re: make install not working...

Post by Overloaded_Name »

yup...thanx.
kevin_robson
Posts: 247
Joined: Sun Jan 16, 2005 11:26 am

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

Post 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.
Locked