I reinstalled Ubuntu Server 7.10, followed setup (caladeira) and zoneminder 1.23.2-1 (PeterHoward), and PHP Serialization, also new ffmpeg from SVN. Now my zoneminder is up and running, and I could run my camera over network.
Thank you guys.
Search found 3 matches
- Fri Mar 21, 2008 8:36 am
- Forum: ZoneMinder Previous Versions
- Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
- Replies: 63
- Views: 66808
- Thu Mar 20, 2008 3:16 pm
- Forum: ZoneMinder Previous Versions
- Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
- Replies: 63
- Views: 66808
I tried this code (PeterHoward): Alias /zm /usr/share/zoneminder <Directory> php_flag register_globals off Options Indexes FollowSymLinks <IfModule> DirectoryIndex index.php </IfModule> </Directory> and it didn't give me error when running sudo /etc/init.d/apache2 force-reload However (Caladeira), I ...
- Thu Mar 20, 2008 5:18 am
- Forum: ZoneMinder Previous Versions
- Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
- Replies: 63
- Views: 66808
Hi Caladeira, I was trying your Ubuntu 7.10 server manual, but I found some problems as following: 1. On code: ./configure --enable-shared --enable-pp --enable-swscaler --enable-gpl --prefix=/opt/ I can't get the --enable--pp to work, so I proceed without --enable-pp 2. on code: Alias /zm /var/www ...