Search found 2 matches

by lembark
Fri Dec 25, 2015 5:59 pm
Forum: Feature Requests
Topic: Perl code is broken in 1.28.1
Replies: 0
Views: 2182

Perl code is broken in 1.28.1

All of the #! code uses "/usr/bin/perl". Catch there is that the system installs are often badly out of date; RH is about a decade behind in their Perl distro using one that is no longer supported. Really simple fix: Replace "/usr/bin/perl" with "/usr/bin/env perl" and keep going. At that point ...
by lembark
Fri Dec 25, 2015 11:02 am
Forum: ZoneMinder 1.28.x
Topic: Any way to avoid installation into /usr/local?
Replies: 3
Views: 2033

Any way to avoid installation into /usr/local?

Which doesn't exist on this system, linux uses "/opt". Looking through the Installation guide it seemed to indicate that the prefix could be set: Configuration can be done in 4 ways: 1) As a command line parameter, e.g. cmake -DCMAKE_VERBOSE_MAKEFILE=ON . CMAKE_INSTALL_PREFIX - Use this to change ...