INSTALL_BASE or PREFIX

Forum for questions and support relating to the 1.27.x releases only.
Locked
hans109h
Posts: 16
Joined: Fri Jun 10, 2011 11:58 pm

INSTALL_BASE or PREFIX

Post by hans109h »

Everytime I "make" I get the following error:

Only one of PREFIX or INSTALL_BASE can be given. Not both.
make[2]: *** [scripts/ZoneMinder/CMakeFiles/zmperlmodules] Error 255
make[1]: *** [scripts/ZoneMinder/CMakeFiles/zmperlmodules.dir/all] Error 2
make: *** [all] Error 2

Yet, I'm still able to install and the software runs fine. Is the error a result of not defining a libarch directory? I searched for a while but wasn't able to find any INSTALL_BASE variables.

Thanks,

Hans
hans109h
Posts: 16
Joined: Fri Jun 10, 2011 11:58 pm

Re: INSTALL_BASE or PREFIX

Post by hans109h »

I was able to get around this by running make as root.
Locked