No video with Zoneminder v1.27.1

Forum for questions and support relating to the 1.27.x releases only.
Locked
orsty3001
Posts: 49
Joined: Tue Jan 26, 2010 5:55 pm

No video with Zoneminder v1.27.1

Post 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 
DALDON
Posts: 20
Joined: Wed Jul 16, 2014 5:35 pm

Re: No video with Zoneminder v1.27.1

Post by DALDON »

Did you true:

a2enmod cgi ?
orsty3001
Posts: 49
Joined: Tue Jan 26, 2010 5:55 pm

Re: No video with Zoneminder v1.27.1

Post by orsty3001 »

Yes, it's enabled.
User avatar
iconnor
Posts: 3384
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: No video with Zoneminder v1.27.1

Post 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
orsty3001
Posts: 49
Joined: Tue Jan 26, 2010 5:55 pm

Re: No video with Zoneminder v1.27.1

Post by orsty3001 »

libjpeg-turbo is installed and is version 1.3.0.
DALDON
Posts: 20
Joined: Wed Jul 16, 2014 5:35 pm

Re: No video with Zoneminder v1.27.1

Post 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...
Locked