The 1.37.63~20240726104931-noble build is stable on Ubuntu 24.04.
Hans
Search found 18 matches
- Sat Jul 27, 2024 1:42 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Segmentation fault
- Replies: 15
- Views: 10410
- Wed Jul 24, 2024 11:49 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Segmentation fault
- Replies: 15
- Views: 10410
- Mon Feb 03, 2020 5:27 pm
- Forum: ZoneMinder 1.30.x
- Topic: PTZ with onvif
- Replies: 43
- Views: 190072
Re: PTZ with onvif
I want to share what has worked for me in case it will help others. I have 3 JideTech POE PTZ cameras. By appearance they look identical, however they have different firmware: Two of my cameras have the following: Version: V1.04.10-180423 IPD-E17T08 series And my newest camera has: Version: V1.04.11 ...
- Sat Apr 28, 2018 1:11 am
- Forum: ZoneMinder 1.31.x
- Topic: ZM 1.31.1 on Ubuntu 18.04 Bionic
- Replies: 2
- Views: 2933
Re: ZM 1.31.1 on Ubuntu 18.04 Bionic
Just an FYI that I had to manually install the libapache2-mod-php7.2, disable the 7.1 mod and enable the 7.2 for things to work out. I had some issues with my upgrade to 18.04, so not sure if this will apply to others but figured I'd post here in case it is helpful.
Hans
Hans
- Sat Apr 12, 2014 12:50 am
- Forum: ZoneMinder 1.27.x
- Topic: New ZM Install on Ubuntu 13:10?
- Replies: 4
- Views: 4030
Re: New ZM Install on Ubuntu 13:10?
Ok, no I feel silly for wasting time posting above. Here's what I just did: $git pull $git checkout mysql2PDO $git commit -a -m 'merge PDO' $git checkout master $git merge mysql2PDO $cmake -DZM_CGIDIR="/usr/lib/cgi-bin" -DZM_CONTENTDIR="/media/JW_2TB_1/zm" -DZM_PERL_SUBPREFIX="/usr/share/perl5 ...
- Sat Apr 12, 2014 12:18 am
- Forum: ZoneMinder 1.27.x
- Topic: New ZM Install on Ubuntu 13:10?
- Replies: 4
- Views: 4030
Re: New ZM Install on Ubuntu 13:10?
Here is my experience with 1.27 on Ubuntu 13.10 building from source: The week 1.27 was released I had 1.26.5 up and running. I cloned the 1.27 master from github and merged the mysql2PDO branch into it. I used the cmakecacheimport script to generate a cache file then used cmake to build the package ...
- Sat Mar 29, 2014 2:47 am
- Forum: ZoneMinder 1.27.x
- Topic: INSTALL_BASE or PREFIX
- Replies: 1
- Views: 2875
Re: INSTALL_BASE or PREFIX
I was able to get around this by running make as root.
- Wed Mar 26, 2014 9:16 pm
- Forum: ZoneMinder 1.27.x
- Topic: INSTALL_BASE or PREFIX
- Replies: 1
- Views: 2875
INSTALL_BASE or PREFIX
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 ...
- Thu Feb 20, 2014 8:26 pm
- Forum: ZoneMinder Distributions
- Topic: Installing on Kubuntu 13.10
- Replies: 18
- Views: 17735
Re: Installing on Kubuntu 13.10
Failure isn't very helpful.
locate your zmpkg.pl file and attempt to execute it directly and post back what the standard output is. Also monitor your system log.
Hans
locate your zmpkg.pl file and attempt to execute it directly and post back what the standard output is. Also monitor your system log.
Hans
- Thu Oct 24, 2013 6:27 am
- Forum: ZoneMinder 1.26.x
- Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
- Replies: 9
- Views: 6023
Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.
I rebuilt a bunch of times and finally got it to work. Not really sure what changed, just a different build I guess. I ran into some problems trying to locate the binaries in /usr/bin, zmpkg.pl kept trying to load zmupdate out of //bin. Couldn't change the env path in zmpkg.pl to get it to work, so ...
- Thu Oct 24, 2013 2:15 am
- Forum: ZoneMinder 1.26.x
- Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
- Replies: 9
- Views: 6023
Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.
Hmmm,
I wonder if your locate database is out of date, did you verify that apache.conf is actually located in /etc/zm/?
You can do a sudo updatedb and then relocate to see if it is there.
otherwise copy it from the build directory into /etc/zm/ and run your ln again.
I wonder if your locate database is out of date, did you verify that apache.conf is actually located in /etc/zm/?
You can do a sudo updatedb and then relocate to see if it is there.
otherwise copy it from the build directory into /etc/zm/ and run your ln again.
- Wed Oct 23, 2013 10:11 pm
- Forum: ZoneMinder 1.26.x
- Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
- Replies: 9
- Views: 6023
Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.
Hi, I have the same problems, zoneminder and Ubuntu 13.10, not working. sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf [sudo] password for xxxxx: ln: failed to create symbolic link ‘/etc/apache2/conf.d/zoneminder.conf’: No such file or directory I had to get around this too, lu ...
- Wed Oct 23, 2013 10:10 pm
- Forum: ZoneMinder 1.26.x
- Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
- Replies: 9
- Views: 6023
Re: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.
Here is as far as I've gotten: $ export CFLAGS="-march=native -O2 -pipe" $ export CXXFLAGS="${CFLAGS}" $ export CPPFLAGS="${CFLAGS} -D__STDC_CONSTANT_MACROS" $ ./configure --prefix=/ --with-libarch=lib64 --with-mysql=/usr --with-ffmpeg=/usr --with-webuser=www-data --with-webgroup=www-data --disable ...
- Tue Oct 22, 2013 7:28 pm
- Forum: ZoneMinder 1.26.x
- Topic: Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
- Replies: 9
- Views: 6023
Zoneminder failed after upgrade from Ubuntu 13.04 to 13.10
Zoneminder is not functional for me after upgrading to Ubuntu 13.10. Just a heads up. I have tried building the latest from source, but I keep running into errors. Please bewarned.
- Tue Nov 06, 2012 3:19 am
- Forum: ZoneMinder 1.25.x
- Topic: Compiling in Ubuntu 12.10 problems
- Replies: 0
- Views: 1274
Compiling in Ubuntu 12.10 problems
I'm stuck. Not sure what's going on here. Any help would be appreciated. Hans See the results of make: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -g -O2 -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c -o zm_local ...