I posted a patch for this yesterday
http://www.zoneminder.com/forums/viewtopic.php?t=14851
Search found 5 matches
- Sun Nov 15, 2009 5:51 pm
- Forum: ZoneMinder 1.24.x
- Topic: Make error
- Replies: 2
- Views: 2371
- Sun Nov 15, 2009 4:59 pm
- Forum: User Contributions
- Topic: Perl lib path
- Replies: 0
- Views: 1775
Perl lib path
I tried to install under /usr/local/zoneminder-1.24.2 using the ./configure --prefix option. However, the perl 'use lib' paths are not correct when I do this. It installs to /usr/local/zoneminder-1.24.2/share/perl/5.10.0/ but the scripts in /usr/local/zoneminder-1.24.2/bin/*.pl all have 'use lib ...
- Sun Nov 15, 2009 2:52 pm
- Forum: User Contributions
- Topic: Group permissions
- Replies: 0
- Views: 1922
Group permissions
On my system (Ubuntu 9.10), /dev/video0 belongs to group "video". When you add user accounts, the graphical tools ask if you want to let this user have access to 'video' amongst other options, if so it appends them to the video group in /etc/group I added my webserver user 'www-data' to the video ...
- Sun Nov 15, 2009 4:40 am
- Forum: User Contributions
- Topic: Logitech Quickcam 3000 for Business
- Replies: 1
- Views: 3528
Logitech Quickcam 3000 for Business
I received the following error with my Logitech Quickcam 3000 for business $ sudo -u www-data zmu -d /dev/video0 -q -v Error, failed to query crop /dev/video0: Invalid argument $ sudo -u www-data ./zmu -d /dev/video0 -q -v -V1 Error, failed to get channel 0 attributes: Invalid argument After ...
- Sun Nov 15, 2009 4:05 am
- Forum: User Contributions
- Topic: Compilation on Ubuntu 9.10
- Replies: 0
- Views: 2693
Compilation on Ubuntu 9.10
I received the following error when compiling on Ubuntu 9.10 zm_utils.cpp:32: error: ‘vsnprintf’ was not declared in this scope Fix was simply to include stdio.h diff -ur orig/ZoneMinder-1.24.2/src/zm_utils.cpp ZoneMinder-1.24.2/src/zm_utils.cpp --- orig/ZoneMinder-1.24.2/src/zm_utils.cpp 2009-05 ...