ZM failing to show jpeg images in Event Viewer [SOLVED]
Posted: Mon Sep 12, 2011 6:28 am
So far so good except for this:
I can post output of Configure if anyone wants although it doesn't complain.. I have a feeling this is more a RHEL6 issue than ZM as 1.24.4 does the same thing (but works great on my CentOS 5.6 box)
My configure looks like this:
I've tried with and without ffmpeg in the path with no dice...
Any thoughts?
Code: Select all
Sep 12 10:59:37 quantum zms[15987]: ERR [Improper call to JPEG library in state 200]
Sep 12 10:59:37 quantum zms[15987]: INF [Got signal 11 (Segmentation fault), crashing]
Sep 12 10:59:37 quantum web_php[18129]: ERR [socket_sendto( /tmp/zm/zms-416076s.sock ) failed: Connection refused]
My configure looks like this:
Code: Select all
#!/bin/sh
# --with-ffmpeg=/usr \
LDFLAGS="-lv4l1 -lv4l2 ${LDFLAGS}"
export CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
export CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
./configure \
--disable-debug \
--enable-mmap=no \
--disable-crashtrace \
--with-libarch=lib64 \
--with-extralibs="-lmp3lame" \
--with-webhost="quantum" \
--with-webdir=/var/www/html/zm \
--with-cgidir=/var/www/cgi-bin \
--with-webuser=apache \
--with-webgroup=apache \
ZM_DB_HOST=localhost \
ZM_DB_NAME=zm \
ZM_DB_USER=*removed*\
ZM_DB_PASS=*removed*\
ZM_SSL_LIB=openssl
Any thoughts?