Page 1 of 1

No video with Zoneminder v1.27.1

Posted: Tue Jul 15, 2014 6:46 pm
by orsty3001
I'm running Slackware 14.1 and Apache/2.4.9

These errors pop up for each camera in the log when I try to view the cameras.

Code: Select all

Wrong JPEG library version: library is 80, caller expects 62

Code: Select all

socket_sendto( /tmp/zm/zms-xxxxxxs.sock ) failed: Connection refused

Code: Select all

FAT [SQL-ERR dbFetchAll no result, statement was 'select distinct Component from Logs where not isnull(Component) and Level <= ? order by Component asc']

Code: Select all

zmc -d exited abnormally, exit status 255 

Re: No video with Zoneminder v1.27.1

Posted: Thu Jul 17, 2014 11:47 am
by DALDON
Did you true:

a2enmod cgi ?

Re: No video with Zoneminder v1.27.1

Posted: Thu Jul 17, 2014 12:36 pm
by orsty3001
Yes, it's enabled.

Re: No video with Zoneminder v1.27.1

Posted: Fri Jul 18, 2014 2:31 pm
by iconnor
That first error about the jpeg library version mismatch is what I suspect to be wrong.

I assume that you are building from source since you are on slackware...

What version are your jpeg libraries? You really want jpeg-turbo, or something newer

Re: No video with Zoneminder v1.27.1

Posted: Fri Jul 18, 2014 3:27 pm
by orsty3001
libjpeg-turbo is installed and is version 1.3.0.

Re: No video with Zoneminder v1.27.1

Posted: Sat Jul 19, 2014 3:28 pm
by DALDON
orsty3001 wrote:I'm running Slackware 14.1 and Apache/2.4.9

These errors pop up for each camera in the log when I try to view the cameras.

Code: Select all

Wrong JPEG library version: library is 80, caller expects 62

Code: Select all

socket_sendto( /tmp/zm/zms-xxxxxxs.sock ) failed: Connection refused

Code: Select all

FAT [SQL-ERR dbFetchAll no result, statement was 'select distinct Component from Logs where not isnull(Component) and Level <= ? order by Component asc']

Code: Select all

zmc -d exited abnormally, exit status 255 

I have the same problem now. I have this after login users via apache, but if I disable this - it works fine again...

It's very strange...