Search found 4 matches
- Sun Nov 27, 2011 11:57 pm
- Forum: ZoneMinder 1.25.x
- Topic: Problem Compiling 1.25 [zm_ffmpeg_camera.cpp and ffmpeg]
- Replies: 0
- Views: 1150
Problem Compiling 1.25 [zm_ffmpeg_camera.cpp and ffmpeg]
Hello! Im trying to compiling zm 1.25.0 but i get this error and i don't know why, because i have all libav* libraries, and his development versions (*-dev) 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_ffmpeg_camera.o -MD ...
- Sat Nov 26, 2011 12:32 pm
- Forum: ZoneMinder 1.25.x
- Topic: Errors while installing
- Replies: 3
- Views: 2383
Re: Errors while installing
I had the same problem, but i had libavcodec installed. I solved it renaming the headers in zm_ffmpeg because it was looking for headers in /usr/include/libavcodec /usr/include/libavformat ... etc but in my debian all theese libs were in /usr/include/ffmpeg My zm_ffmpeg.h now looks like: #include ...
- Wed Oct 15, 2008 4:38 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing ZM
- Replies: 2
- Views: 4229
- Tue Sep 09, 2008 12:39 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing ZM
- Replies: 2
- Views: 4229
Problems installing ZM
When i execute: ./configure --with-webdir=/var/www/ --with-cgidir=/var/www/cgi-bin ZM_SSL_LIB=openssl It return an error: checking whether MD5 is declared... no configure: error: zm requires openssl/md5.h - use ZM_SSL_LIB option to select gnutls instead but i have the md5 header in /usr/include ...