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?