ZM failing to show jpeg images in Event Viewer [SOLVED]

Forum for questions and support relating to the 1.25.x releases only.
Locked
bkamen
Posts: 12
Joined: Mon Sep 12, 2011 6:19 am

ZM failing to show jpeg images in Event Viewer [SOLVED]

Post by bkamen »

So far so good except for this:

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]
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:

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
I've tried with and without ffmpeg in the path with no dice...

Any thoughts?
Last edited by bkamen on Mon Sep 19, 2011 5:15 pm, edited 1 time in total.
bkamen
Posts: 12
Joined: Mon Sep 12, 2011 6:19 am

Re: ZM failing to show jpeg images in Event Viewer (on CentO

Post by bkamen »

(bump)

Any guesses?

-Ben
bkamen
Posts: 12
Joined: Mon Sep 12, 2011 6:19 am

Re: ZM failing to show jpeg images in Event Viewer [SOLVED]

Post by bkamen »

I figured I may have set something funny... but couldn't find it and no errors were appearing in the compile process..

So I erased/re-imported the mysql tables for zoneminder and that (wiped out my settings But ALSO) fixed my problem.

-Ben
Locked