Search found 55 matches

by sgharp
Fri Jun 13, 2014 11:24 am
Forum: ZoneMinder 1.27.x
Topic: zmfix?
Replies: 4
Views: 3887

Re: zmfix?

mastertheknife wrote:zmfix was removed in v1.27
You can safely delete the line that runs zmfix and it should work.
Thanks but it doesn't work when I delete that line. I'm going to try the suggestion from linuxsense this weekend.
by sgharp
Sun Jun 08, 2014 2:46 pm
Forum: ZoneMinder 1.27.x
Topic: zmfix?
Replies: 4
Views: 3887

zmfix?

Hi Guys, I've just upgraded from 1.26.x to 1.27 using the nightly master. My /etc/init.d/zonminder script calls 'zmfix -a'. zmfix doesn't exist anywhere on my machine (Ubuntu 14.04). Is this an old startup script left over from my previous 1.26 setup or did something fail to install? Is there a scri...
by sgharp
Thu Jun 05, 2014 11:15 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

Odd. Just for the hell of it this is the ./configure command I currently use on 64 but Ubuntu systems: ./configure --with-libarch=lib/x86_64-linux-gnu --disable-debug --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-mysql=/usr --with-webdir=/var/www/zm --with-ffmpeg=/usr --with-cgidir=/usr/l...
by sgharp
Thu Jun 05, 2014 10:05 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

linuxsense wrote:What is your configure or cmake command that you are using prior to building zm?
I run ./bootstrap.sh and then...

./configure --with-webdir=/raid5/www/zoneminder/ --with-cgidir=/usr/share/zoneminder/cgi-bin/ --with-webuser=www-data -with-webgroup=wwww-data

I get the error following the make.
by sgharp
Thu Jun 05, 2014 9:56 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

linuxsense wrote:Try 'sudo apt-get install libssl-dev' and see if that sorts it out.

Dave
That does put the file md5.h file out there but I still get the same error.

./ZoneMinder-master/src/zm_user.cpp:221: undefined reference to `MD5'
by sgharp
Thu Jun 05, 2014 9:46 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

Do you have /usr/include/openssl/md5.h on your system? Its provided by libssl-dev. I have the file but not where you said... find /usr/ -type f -iname md5.h /usr/include/nettle/md5.h /usr/include/libavutil/md5.h /usr/include/crypto++/md5.h /usr/src/linux-headers-3.13.0-24-generic/include/config/cry...
by sgharp
Tue Jun 03, 2014 10:40 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

Was the server upgraded from 13.XX to 14.04? I am not sure if anything has changed in the current source but the mySQL extension was depreciated in PHP 5.5 and at least recently ZM required it. The git repo is here: https://github.com/ZoneMinder/ZoneMinder You can grab the current snapshot from thi...
by sgharp
Tue Jun 03, 2014 12:46 am
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

Was the server upgraded from 13.XX to 14.04? I am not sure if anything has changed in the current source but the mySQL extension was depreciated in PHP 5.5 and at least recently ZM required it. The git repo is here: https://github.com/ZoneMinder/ZoneMinder You can grab the current snapshot from thi...
by sgharp
Mon Jun 02, 2014 10:28 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

Re: zm_user.cpp:221: undefined reference to MD5

After taking just a short look I would guess you are missing libgnutls in some form but I am not sure, however, I would suggest not using 14.04 as it lacks the mySQL support for PHP that ZoneMinder requires. It is possible to make it work by using older PHP and mySQL packages from 13.10 but unless ...
by sgharp
Sat May 31, 2014 7:50 pm
Forum: ZoneMinder 1.27.x
Topic: zm_user.cpp:221: undefined reference to MD5
Replies: 14
Views: 6107

zm_user.cpp:221: undefined reference to MD5

Hi Guys, I'm trying to upgrade from v1.26.5 to 1.27.0 using source. I'm on Ubuntu v14.04 and I think I have all the dependencies stuff done. When I do the make, I get the error, "ZoneMinder-1.27.0/src/zm_user.cpp:221: undefined reference to `MD5'". The line of source that barfs follows a l...
by sgharp
Sun Oct 20, 2013 10:20 pm
Forum: ZoneMinder 1.26.x
Topic: Upgrade 1.26.3 => 1.26.4 zmupdate.pl fails
Replies: 2
Views: 1604

Re: Upgrade 1.26.3 => 1.26.4 zmupdate.pl fails

McFuzz wrote:Try using a different username/pw - like root user? check zmupdate.pl --help (or -h) for the syntax but I think it's as following:

zmupdate.pl --version=1.26.3 --user=user --pass=password
I have tried root and get exactly the same result. :x
by sgharp
Sun Oct 20, 2013 6:15 pm
Forum: ZoneMinder 1.26.x
Topic: Upgrade 1.26.3 => 1.26.4 zmupdate.pl fails
Replies: 2
Views: 1604

Upgrade 1.26.3 => 1.26.4 zmupdate.pl fails

Hi, I'm upgrading from 1.26.3 to 1.26.4 and all was well until I ran zmupdate.pl zmupdate.pl --version=1.26.3 DBI connect('database=zm;host=localhost','zmuser',...) failed: Access denied for user 'zmuser'@'localhost' (using password: YES) at /usr/local/share/perl/5.14.2/ZoneMinder/Config.pm line 89 ...
by sgharp
Thu Oct 03, 2013 11:32 pm
Forum: ZoneMinder 1.26.x
Topic: Upgrade from 1.25 Documentation
Replies: 6
Views: 3193

Re: Upgrade from 1.25 Documentation

I'm not seeing anything. The update is supposed to be for bug fixes and performance. I might have noticed a slight performance increase but nothing to knock your socks off.
by sgharp
Wed Oct 02, 2013 10:01 pm
Forum: ZoneMinder 1.26.x
Topic: Upgrade from 1.25 Documentation
Replies: 6
Views: 3193

Re: Upgrade from 1.25 Documentation

HI Stefan, I'm sorry but I didn't make detailed notes while I did this. The secret to getting over the hump was running the bootstrap.sh script from the source download. This created the configure file referenced in the documentation. From that point, it was a trial & error process of following ...
by sgharp
Sun Sep 29, 2013 4:24 pm
Forum: ZoneMinder 1.26.x
Topic: Upgrade from 1.25 Documentation
Replies: 6
Views: 3193

Re: Upgrade from 1.25 Documentation

Hi Again, I finally figured this out but documentation would have been a huge help and saved me quite a few hours. The solution was to run the bootstrap.sh to create the configure file and then use the on-line documentation (which is several years out of date) to complete the upgrade. Then when I tr...