Advertisement
cjjmccray

Slackware ARM RasPi ZoneMinder install notes

Aug 25th, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Things that ZoneMinder needs when installing on a Slackware ARM Raspberry Pi...
  2.  
  3. Yep, this is niche. If you like, great, if not, find another niche.
  4.  
  5. I'm following the Slackware-on-ARM/Raspberry Pi installation instructions from here:
  6. - http://rpi.fatdog.eu/
  7.  
  8. Usual trick is to expand the current build image onto the memory card, boot the RasPi and then install from a Slackware server by FTP. The image is dated 27-Jul-2014, and I'm writing this toward the end of Aug-2014 (26-Aug-2014 at the moment).
  9.  
  10. I've extracted the ZoneMinder tarball and done the ./bootstrap.sh bit.
  11.  
  12. I'm using an external HDD to handle everything ZoneMinder does as I'm moving from my laptop (which has been tethered while running ZoneMinder) to a RasPi. Regular MySQL (actually MariaDB - gotta love Slackware for switching) and Apache selected during install.
  13.  
  14. Configure command:
  15. - ./configure --with-webdir=/var/www/htdocs/zm --with-cgdir=/var/www/cgi-bin
  16.  
  17. /var/www has been moved and symlinked onto the external HDD.
  18.  
  19. During ./configure... Perl complained it was missing some stuff. Run the following to install (do this before you run the ./configure command and save a fair bit of time...):
  20. - cpan Date::Manip
  21. - cpan LWP::UserAgent
  22. - cpan Sys:Mmap
  23. and that's it for Perl...
  24.  
  25. I'm building this list up! It isn't complete...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement