zmc - segmentation fault

Support and queries relating to all previous versions of ZoneMinder
Locked
regulatre
Posts: 4
Joined: Tue Jul 27, 2004 11:28 pm

zmc - segmentation fault

Post by regulatre »

I installed ZM last weekend. I have the web part working, my webcam working, but for some reason, the zmc executable won't work. When I run it, it causes a segmentation fault. The following is a link to the output of an strace, as well as log entries created by zmc.

http://67.167.143.228/zmerror.txt

Please help!
Thanks!

--Brad
regulatre
Posts: 4
Joined: Tue Jul 27, 2004 11:28 pm

Post by regulatre »

Fixed:

make clean

configure --with-mysql=/usr/local/mysql --with-ffmpeg=/usr/local --with-lame=/usr/local/lib --with-webdir=/var/www/htdocs/zm/ --with-cgidir=/var/www/cgi-bin/

perl ./zmconfig.pl

make
make install
set video dimensions to 320x240, no larger
locate stale memory segment using ipcs, delete it with ipcrm -m <>
run zmc -d 0 from commandline
Locked