Search found 8 matches

by nvandal
Tue Apr 03, 2012 9:02 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

Can you elaborate and the git checkout part?

How exactly did you get 6.5 installed?

Thank you.
by nvandal
Fri Mar 16, 2012 6:22 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

Thanks for the reply, I can't wait to get up and running. My ffmpeg output: ]# ffmpeg ffmpeg version N-38764-gb25a265 Copyright (c) 2000-2012 the FFmpeg developers built on Mar 12 2012 20:33:09 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52) configuration: --enable-gpl --enable-shared --enable-pthreads ...
by nvandal
Fri Mar 16, 2012 3:51 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

]# ldconfig -v
ldconfig: Can't stat /opt/ffmpeg/lib: No such file or directory

And then it lists many lines with lib info.

Do I need to copy something to /opt/ffmpeg/lib ?

Maybe I misread something...
by nvandal
Fri Mar 16, 2012 1:57 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

Same problem, I get a bunch of: zm_ffmpeg_camera.cpp:182: error: âmRawFrameâ was not declared in this scope zm_ffmpeg_camera.cpp:182: error: âmCodecContextâ was not declared in this scope zm_ffmpeg_camera.cpp:182: error: âmFrameâ was not declared in this scope zm_ffmpeg_camera.cpp:182: error: âsws_sc ...
by nvandal
Tue Mar 13, 2012 2:20 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

After installing ffmpeg as described by christian I receive the following when I try to run ffmpeg: ffmpeg: error while loading shared libraries: libavformat.so.54: cannot open shared object file: No such file or directory I am running 32bit My guess is you missed a step with the lib setup ...
by nvandal
Mon Mar 12, 2012 6:38 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

After installing ffmpeg as described by christian I receive the following when I try to run ffmpeg:


ffmpeg: error while loading shared libraries: libavformat.so.54: cannot open shared object file: No such file or directory

I am running 32bit
by nvandal
Thu Mar 08, 2012 7:52 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Re: Trouble Installing ZoneMinder on CentOS5.

Same problem when trying to run make. It gets a little further in the beginning but then: -I/usr/local/share/ffmpeg/include -D__STDC_CONSTANT_MACROS -g -O2 -MT zm_ffmpeg_camera.o -MD -MP -MF .deps/zm_ffmpeg_camera.Tpo -c -o zm_ffmpeg_camera.o zm_ffmpeg_camera.cpp zm_ffmpeg_camera.cpp:105:44: error ...
by nvandal
Tue Mar 06, 2012 3:11 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble Installing ZoneMinder on CentOS5.
Replies: 26
Views: 11213

Trouble Installing ZoneMinder on CentOS5.

Hello I have installed CentOS5 and I believe all the dependencies needed and also ffmpeg. Trying to install ZM 1.25.0 I use the configure line: ./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/local/share/ffmpeg And when I try to "make" I receive: make all ...