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
zmc - segmentation fault
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
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