Error installing Zm on Centos

Forum for questions and support relating to the 1.24.x releases only.
Locked
wizzle111
Posts: 2
Joined: Wed Jan 12, 2011 7:11 pm

Error installing Zm on Centos

Post by wizzle111 »

I am receiving an error when i try and make zoneminder 1.24.2 on centos 5.5 32bit

I have followed the wiki verbatim multiple times, and this is on a fresh copy of centos 5.5. i know the wiki says use cent 5.3 but it shouldnt make a difference.

I am relatively fresh to linux and have spent 2 days searching for a resolution to this problem.

i cannot use ubuntu on this box cause it doesnt recognize my capture card

i get this when i go to make zoneminder


[root@new-host ZoneMinder-1.24.2]# make
make all-recursive
make[1]: Entering directory `/root/ZoneMinder-1.24.2'
Making all in src
make[2]: Entering directory `/root/ZoneMinder-1.24.2/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -g -O2 -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \
then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi
/usr/local/include/libavutil/common.h: In function âint32_t av_clipl_int32_c(int64_t)â:
/usr/local/include/libavutil/common.h:168: error: âUINT64_Câ was not declared in this scope
make[2]: *** [zmc.o] Error 1
make[2]: Leaving directory `/root/ZoneMinder-1.24.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ZoneMinder-1.24.2'
make: *** [all] Error 2



any help or solution would be greatly appreciated
funzie
Posts: 4
Joined: Mon Dec 27, 2010 5:10 am

Post by funzie »

Take a look at the following thread, it will probably solve your problem http://www.zoneminder.com/forums/viewto ... sc&start=0
wizzle111
Posts: 2
Joined: Wed Jan 12, 2011 7:11 pm

Post by wizzle111 »

unfortunately i tried that.

installing 1.23 instead works. ohh well, guess i will have to way till 1.25 so 1.24 will work :)
Locked