I need some help building ZoneMinder. Seaching the Forum and reading through FAQ did not help me, solving my problem:
Debian 3.1 : "Linux server 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux"
I have trouble linking zoneminder "zm-1.21.3":
- configure is fine - except of:
which I have read, is not a real problem.checking for MD5 in -lcrypto... no
configure: WARNING: libcrypto.a is required for authenticated streaming
- perl ./zmconfig.pl looks good
- make gives me the following error messages:
Thanks a lot for your helpmake all-recursive
make[1]: Entering directory `/usr/src/zm-1.21.3'
Making all in src
make[2]: Entering directory `/usr/src/zm-1.21.3/src'
g++ -g -O2 -L -L/usr/bin/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_user.o zm_mpeg.o zm_jpeg.o zm_regexp.o zm_buffer.o zm_debug.o -L/usr/lib/mysql -lavformat -lavcodec -lpcre -lmysqlclient -ldl -lz -ljpeg
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x33d): In function `dts_decode_frame':
: undefined reference to `dts_frame'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x395): In function `dts_decode_frame':
: undefined reference to `dts_blocks_num'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x3bf): In function `dts_decode_frame':
: undefined reference to `dts_block'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x3fd): In function `dts_decode_frame':
: undefined reference to `dts_samples'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x485): In function `dts_decode_frame':
: undefined reference to `dts_syncinfo'
/usr/lib/gcc-lib/i486-linux/3.3.5/../../../libavcodec.a(dtsdec.o)(.text+0x51e): In function `dts_decode_init':
: undefined reference to `dts_init'
collect2: ld returned 1 exit status
make[2]: *** [zmc] Error 1
make[2]: Leaving directory `/usr/src/zm-1.21.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/zm-1.21.3'
make: *** [all] Error 2
tobkron