Posted: Sat Dec 01, 2007 10:11 pm
I having similar compile problems, make dies with:cordel wrote:Which above errors?
What errors do you have?
Code: Select all
g++ -g -O2 -L/usr/lib -L/usr/lib/mysql -o zmc zmc.o zm.o zm_db.o zm_config.o zm_coord.o zm_box.o zm_poly.o zm_image.o zm_event.o zm_zone.o zm_camera.o zm_local_camera.o zm_remote_camera.o zm_file_camera.o zm_monitor.o zm_user.o zm_mpeg.o zm_jpeg.o zm_regexp.o zm_signal.o zm_buffer.o zm_debug.o -lavformat -lavcodec -lavutil -lpcre -lcrypto -lmysqlclient -ldl -lz -ljpeg
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header': undefined reference to `dc1394_create_handle'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header': undefined reference to `dc1394_get_camera_nodes'
.... and a whole bunch more I won't bore you with.
Using the /etc/apt/sources/list file shown in the wiki apt-get install dc1394 give:
Code: Select all
ZoneMinder-1.22.3# apt-get install dc1394
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package dc1394
--wally.