compiling problem

Support and queries relating to all previous versions of ZoneMinder
Locked
madmax
Posts: 55
Joined: Fri Nov 07, 2003 8:49 pm

compiling problem

Post by madmax »

I am trying a fresh install On fedora core 2. I received the following error after running make:

g++ -g -O2 -L -L/home/madmax/tmp/ffmpeg-0.4.8/lib -L/usr/lib/mysql -o zmc zmc.o zm.o zm_db.o zm_config.o zm_coord.o zm_box.o zm_image.o zm_event.o zm_zone.o zm_camera.o zm_local_camera.o zm_remote_camera.o zm_monitor.o zm_mpeg.o zm_regexp.o zm_buffer.o zm_debug.o zm_jpeg.o -L/usr/lib/mysql -lmp3lame -lavformat -lavcodec -lpcre -lmysqlclient -ldl -lz -ljpeg
zm_mpeg.o(.text+0x6b1): In function `VideoStream::~VideoStream [not-in-charge]()':
/home/madmax/tmp/zm-1.19.4/src/zm_mpeg.cpp:237: undefined reference to `__av_freep'
zm_mpeg.o(.text+0x781): In function `VideoStream::~VideoStream [in-charge]()':
/home/madmax/tmp/zm-1.19.4/src/zm_mpeg.cpp:237: undefined reference to `__av_freep'



Any Ideas??? Thanks
Locked