Page 1 of 1

INSTALL_BASE or PREFIX

Posted: Wed Mar 26, 2014 9:16 pm
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

Re: INSTALL_BASE or PREFIX

Posted: Sat Mar 29, 2014 2:47 am
by hans109h
I was able to get around this by running make as root.